Commit 422608e8 by qwmqiuwenmin

fix

parent a7b08fe1
...@@ -272,6 +272,9 @@ public class MessageApiServiceImpl implements MessageApiService { ...@@ -272,6 +272,9 @@ public class MessageApiServiceImpl implements MessageApiService {
if(staff.getActiveFlag() == null){ if(staff.getActiveFlag() == null){
staff.setActiveFlag(oldStaff.getActiveFlag()); staff.setActiveFlag(oldStaff.getActiveFlag());
} }
if(StringUtils.isBlank(staff.getHeadImg())){
staff.setHeadImg(oldStaff.getHeadImg());
}
// this.staffService.updateByPrimaryKey(staff); // this.staffService.updateByPrimaryKey(staff);
// this.staffDepartmentRelatedService.delByUserid(qywxCallBackDTO.getUserid()); // this.staffDepartmentRelatedService.delByUserid(qywxCallBackDTO.getUserid());
// this.addUserDepart(qywxCallBackDTO, oldStaff.getStaffId(), enterprise.getWxEnterpriseId()); // 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