Browse Source

修改出库申请为备品备件库时第一个节点改为设备员

lwx_dev
erdanergou 2 years ago
parent
commit
38a3100197
  1. 2
      src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java

2
src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java

@ -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();

Loading…
Cancel
Save