Commit 9b7b38b3 by qwmqiuwenmin

fix

parent 5f2fd288
......@@ -612,10 +612,12 @@ public class StaffApiServiceImpl implements StaffApiService {
staff.setHeadImg(headPic);
staff.setNationCode(nationcode);
staff.setPhoneNumber(phoneNumber);
staff.setNickName(staffName);
staff.setPostion(postion);
staff.setSex(sex);
staff.setStaffName(staffName);
if(staff.getActiveFlag() != null && staff.getActiveFlag() != 1){
staff.setStaffName(staffName);
}
//staff.setNickName(staffName);
staff.setSyncPostionFlag(1);
StaffDepartmentRelatedDTO isCodeExist = this.getDepartmentIdAndCode(departmentId,code);
logger.info("【gic导购新增】isCodeExist={}",JSON.toJSONString(isCodeExist));
......
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