Commit 7e251229 by qwmqiuwenmin

fix

parent 20c81b4e
......@@ -213,7 +213,7 @@ public class MessageApiServiceImpl implements MessageApiService {
staff.setNationCode(oldStaff.getNationCode());
}
if(StringUtils.isBlank(staff.getStaffName())){
staff.setNationCode(oldStaff.getStaffName());
staff.setStaffName(oldStaff.getStaffName());
}
if(StringUtils.isBlank(staff.getPostion())){
staff.setPostion(oldStaff.getPostion());
......
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