Commit 4e0caab3 by qwmqiuwenmin

fix

parent 289314db
......@@ -304,6 +304,9 @@ public class MessageApiServiceImpl implements MessageApiService {
staffApiService.staffEdit(staffDTO, departmentIds);
}else {
if(staff.getActiveFlag() == null){
staff.setActiveFlag(0);
}
this.addUser(qywxCallBackDTO, staff);
}
} 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