|
|
@ -1797,7 +1797,7 @@ public class QyWxOperationService { |
|
|
|
|
|
|
|
|
// 获取申请用户所在部门的设备员
|
|
|
// 获取申请用户所在部门的设备员
|
|
|
List<UserByPort> userByPortList = PublicConfig.findUserByAdminorgAndPosition(applicantUser.getMaindeparment(), "设备员", userKey, token); |
|
|
List<UserByPort> userByPortList = PublicConfig.findUserByAdminorgAndPosition(applicantUser.getMaindeparment(), "设备员", userKey, token); |
|
|
if (userByPortList != null && userByPortList.size() > 0) { |
|
|
if (userByPortList.size() > 0) { |
|
|
// 如果有设备员
|
|
|
// 如果有设备员
|
|
|
for (UserByPort userByPort : userByPortList) { |
|
|
for (UserByPort userByPort : userByPortList) { |
|
|
String other_workwechat = userByPort.getWorkwechat(); |
|
|
String other_workwechat = userByPort.getWorkwechat(); |
|
|
|