浏览代码

部门名称更新

qr 2 周之前
父节点
当前提交
e95a8cb52c
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      webmain/model/flow/meetingModel.php

+ 2 - 1
webmain/model/flow/meetingModel.php

@@ -108,11 +108,12 @@ class flow_meetingClassModel extends flowModel
 
     //提交时调用
     protected function flowsubmit($na, $sm){
+        $this->updateAttendees($this->id); // 更新部门名
+
         $this->meetingAuditSms($this->id, 0); // 提醒领导审核
         $this->meetingApplicantSms($this->id); // 提醒申请人
         $this->meetingMaXuSms($this->id); // 单独给马旭发
 
-        $this->updateAttendees($this->id);
     }