From 44b737ef6980ed013069c1c0718d8411d2f2f9e4 Mon Sep 17 00:00:00 2001 From: erdanergou Date: Thu, 25 May 2023 10:50:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=87=BA=E5=BA=93=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../depository_manage/service/impl/QyWxOperationService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d2d359ab..43523ec8 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 @@ -2323,7 +2323,7 @@ public class QyWxOperationService { List qywxUserIdList = new ArrayList<>(); // 用于获取当前仓库的管理员列表 List userIdByMtId = new ArrayList<>(); - paramForUserManager.put("mtid", mainId); + paramForUserManager.put("mtid", mtId); List roleAndMaterialTypeByCondition = roleMapper.findRoleAndMaterialTypeByCondition(paramForUserManager); for (RoleAndMaterialType roleAndMaterialType : roleAndMaterialTypeByCondition) { int classes = roleAndMaterialType.getClasses();