Commit be63091c by qwmqiuwenmin

fix

parent a90f3901
......@@ -239,7 +239,7 @@ public class StaffApiServiceImpl implements StaffApiService {
tab.setPhoneNumber(user.getMobile());
tab.setStaffName(user.getName());
tab.setNickName(user.getName());
//tab.setSex(user.getGender());
tab.setSex(Integer.parseInt(user.getGender()));
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