修改参数收集清单引用参数部分

This commit is contained in:
高嵩
2023-08-16 09:51:25 +08:00
parent b9f31e4fa2
commit 0555b22410
2 changed files with 7 additions and 3 deletions
@@ -1272,7 +1272,9 @@ public class ProjectLawsInventoryEOEditServiceImpl {
params.put("contentEn", contentEn);
params.put("projectLibraryId", projectLawsInventoryEO.getProjectLibraryId());
params.put("endTime", endTime);
params.put("userIdList", userIdList);
List<String> userIdListArr = new ArrayList<>();
userIdListArr.add(userIdList);
params.put("userIdList", userIdListArr);
params.put("serialNumbers", projectLawsInventoryEO.getSerialNumber());
String PRN_EN = projectLibraryBase.getProjectNameEn();//项目名称 英文