修改法规清单批量操作问题
This commit is contained in:
+1
@@ -552,6 +552,7 @@ public class ProjectLawsInventoryEOEditServiceImpl {
|
||||
String projectLibraryId = null;
|
||||
if (CollectionUtils.isNotEmpty(infoEOList)) {
|
||||
projectLibraryId = infoEOList.get(0).getProjectLibraryId();
|
||||
projectLawsInventoryEO.setProjectLibraryId(projectLibraryId);
|
||||
}
|
||||
|
||||
if (org.apache.commons.lang3.StringUtils.isNotBlank(projectLawsInventoryEO.getIds())) {
|
||||
|
||||
Reference in New Issue
Block a user