Commit c3f8433b by 陶光胜

日志

parent 36671cf6
......@@ -125,7 +125,7 @@ public class StaffApiServiceImpl implements StaffApiService {
userDTO.setName(staff.getStaffName());
userDTO.setUserid(staffId);
userDTO.setAlias(staff.getNickName());
userDTO.setExternalPosition(tab.getExtendPostion());
userDTO.setExternal_position(tab.getExtendPostion());
userDTO.setPosition(tab.getPostion());
if(activeFlag == 1) {
userDTO.setTo_invite(true);
......@@ -263,7 +263,7 @@ public class StaffApiServiceImpl implements StaffApiService {
tab.setSex(user.getGender() == null ? 1:Integer.parseInt(user.getGender()));
tab.setActiveFlag(1);
tab.setPostion(user.getPosition());
tab.setExtendPostion(user.getExternalPosition());
tab.setExtendPostion(user.getExternal_position());
String staffId = staffService.add(tab);
Integer[] departmentId = user.getDepartment();
......
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