diff --git a/src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java b/src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java index c135eaa8..1fd16e5d 100644 --- a/src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java +++ b/src/main/java/com/dreamchaser/depository_manage/service/impl/QyWxOperationService.java @@ -1797,7 +1797,7 @@ public class QyWxOperationService { // 获取申请用户所在部门的设备员 List userByPortList = PublicConfig.findUserByAdminorgAndPosition(applicantUser.getMaindeparment(), "设备员", userKey, token); - if (userByPortList != null && userByPortList.size() > 0) { + if (userByPortList.size() > 0) { // 如果有设备员 for (UserByPort userByPort : userByPortList) { String other_workwechat = userByPort.getWorkwechat();