Commit 3506a41f by qwmqiuwenmin

fix

parent 7e251229
......@@ -218,6 +218,9 @@ public class MessageApiServiceImpl implements MessageApiService {
if(StringUtils.isBlank(staff.getPostion())){
staff.setPostion(oldStaff.getPostion());
}
if(staff.getSex() == null){
staff.setSex(oldStaff.getSex());
}
// this.staffService.updateByPrimaryKey(staff);
// this.staffDepartmentRelatedService.delByUserid(qywxCallBackDTO.getUserid());
// this.addUserDepart(qywxCallBackDTO, oldStaff.getStaffId(), enterprise.getWxEnterpriseId());
......
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