Commit 4e0caab3 by qwmqiuwenmin

fix

parent 289314db
...@@ -304,6 +304,9 @@ public class MessageApiServiceImpl implements MessageApiService { ...@@ -304,6 +304,9 @@ public class MessageApiServiceImpl implements MessageApiService {
staffApiService.staffEdit(staffDTO, departmentIds); staffApiService.staffEdit(staffDTO, departmentIds);
}else { }else {
if(staff.getActiveFlag() == null){
staff.setActiveFlag(0);
}
this.addUser(qywxCallBackDTO, staff); this.addUser(qywxCallBackDTO, staff);
} }
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment