This commit is contained in:
wangzhijiang
2022-05-12 15:36:16 +08:00
parent 0b9bcce9e3
commit e9cb9cce58
@@ -1131,7 +1131,7 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
throw new JeroBootException("id不能为空");
}
String cut = (String) params.get("cut");
String operatorType = (String) params.get("operatorType");
//String operatorType = (String) params.get("operatorType");
LoginUser currentUser = (LoginUser) SecurityUtils.getSubject().getPrincipal();
List<ProjectLawsInventoryEO> projectLawsInventoryEOList = new ArrayList<>();