Commit 9e3ba713 by qwmqiuwenmin

fix

parent e5c0d0f2
...@@ -452,6 +452,7 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -452,6 +452,7 @@ public class StaffApiServiceImpl implements StaffApiService {
if(application != null) { if(application != null) {
UserDTO userDTO = new UserDTO(); UserDTO userDTO = new UserDTO();
userDTO.setCorpid(enterpriseDTO.getCorpid()); userDTO.setCorpid(enterpriseDTO.getCorpid());
userDTO.setAlias(staffDTO.getNickName());
String[] departmentIdArr = departmentIds.split(","); String[] departmentIdArr = departmentIds.split(",");
Integer[] wxDepartmentIdArrIntegers = new Integer[departmentIdArr.length]; Integer[] wxDepartmentIdArrIntegers = new Integer[departmentIdArr.length];
......
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