Commit 20c81b4e by qwmqiuwenmin

fix

parent a0db9fbe
......@@ -216,7 +216,7 @@ public class MessageApiServiceImpl implements MessageApiService {
staff.setNationCode(oldStaff.getStaffName());
}
if(StringUtils.isBlank(staff.getPostion())){
staff.setNationCode(oldStaff.getPostion());
staff.setPostion(oldStaff.getPostion());
}
// this.staffService.updateByPrimaryKey(staff);
// this.staffDepartmentRelatedService.delByUserid(qywxCallBackDTO.getUserid());
......
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