|
@@ -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);
|
|
|
}
|
|
|
|
|
|
|