Commit d8e34e3c by fudahua

同步状态

parent b7e98b80
......@@ -360,7 +360,7 @@ public class StaffApiServiceImpl implements StaffApiService {
staff.setPhoneNumber(arr[1]);
staff.setNationCode(arr[0]);
staff.setSex(user.getGender() == null ? 1:Integer.parseInt(user.getGender()));
staff.setActiveFlag(1);
// staff.setActiveFlag(1);
staff.setPostion(user.getPosition());
staff.setExtendPostion(user.getExternal_position());
//成员更改或更新
......
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