Commit 058e2153 by qwmqiuwenmin

fix

parent 6a9e47dc
......@@ -264,7 +264,7 @@ public class MessageApiServiceImpl implements MessageApiService {
}
StaffDTO staffDTO = EntityUtil.changeEntityByJSON(StaffDTO.class, staff);
staffDTO.setWeixinPush(true);
staffApiService.staffEdit(staffDTO, departmentIds);
// staffApiService.staffEdit(staffDTO, departmentIds);
}else {
this.addUser(qywxCallBackDTO, staff);
......
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