Commit a90f3901 by qwmqiuwenmin

fix

parent 6ba91571
......@@ -237,6 +237,8 @@ public class StaffApiServiceImpl implements StaffApiService {
tab.setStatusFlag(1);
tab.setWxEnterpriseId(wxEnterpriseId);
tab.setPhoneNumber(user.getMobile());
tab.setStaffName(user.getName());
tab.setNickName(user.getName());
//tab.setSex(user.getGender());
staffService.add(tab);
......
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