修改参数收集清单引用参数部分
This commit is contained in:
+3
-1
@@ -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();//项目名称 英文
|
||||
|
||||
Reference in New Issue
Block a user