根据id查询法规清单,处理数据字典相关信息。
This commit is contained in:
+1
@@ -2001,6 +2001,7 @@ public class ProjectLawsInventoryEOServiceImpl extends ServiceImpl<ProjectLawsIn
|
|||||||
if(CollectionUtils.isNotEmpty(projectLawsInventoryEOList)){
|
if(CollectionUtils.isNotEmpty(projectLawsInventoryEOList)){
|
||||||
int isProjectRole = checkUserRole(byId.getProjectLibraryId(), currentUser.getId(), id);
|
int isProjectRole = checkUserRole(byId.getProjectLibraryId(), currentUser.getId(), id);
|
||||||
dataDispose(projectLawsInventoryEOList,currentUser,isProjectRole,cut);
|
dataDispose(projectLawsInventoryEOList,currentUser,isProjectRole,cut);
|
||||||
|
dataDictDispose(projectLawsInventoryEOList,cut);
|
||||||
|
|
||||||
//result.put("projectLawsInventory",projectLawsInventoryEOList.get(0));
|
//result.put("projectLawsInventory",projectLawsInventoryEOList.get(0));
|
||||||
/*if (StringUtils.equals(operatorType, OperatorTypeEnum.TASK_AFFIRM_QUERY.getValue())) {
|
/*if (StringUtils.equals(operatorType, OperatorTypeEnum.TASK_AFFIRM_QUERY.getValue())) {
|
||||||
|
|||||||
Reference in New Issue
Block a user