update
This commit is contained in:
+1
-1
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user