UAT问题清单,82条,认证清单,责任人查询权限修改为,可以看到所有责任人为当前登录用户的数据。
This commit is contained in:
+4
-2
@@ -1355,7 +1355,7 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
|
|||||||
queryWrapper.lambda().eq(ProjectCertificationInventoryEO::getSdt,currentUser.getId());
|
queryWrapper.lambda().eq(ProjectCertificationInventoryEO::getSdt,currentUser.getId());
|
||||||
break;
|
break;
|
||||||
case PERSON_LIABLE:
|
case PERSON_LIABLE:
|
||||||
List<String> flowStatusList = new ArrayList<>();
|
/*List<String> flowStatusList = new ArrayList<>();
|
||||||
flowStatusList.add(CertificationInventoryFlowStatusEnum.TASK_TO_BE_CONFIRMED.getValue());
|
flowStatusList.add(CertificationInventoryFlowStatusEnum.TASK_TO_BE_CONFIRMED.getValue());
|
||||||
flowStatusList.add(CertificationInventoryFlowStatusEnum.RESULTS_TO_BE_SUBMITTED.getValue());
|
flowStatusList.add(CertificationInventoryFlowStatusEnum.RESULTS_TO_BE_SUBMITTED.getValue());
|
||||||
flowStatusList.add(CertificationInventoryFlowStatusEnum.REVIEW_AND_RETURN.getValue());
|
flowStatusList.add(CertificationInventoryFlowStatusEnum.REVIEW_AND_RETURN.getValue());
|
||||||
@@ -1368,7 +1368,9 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
|
|||||||
query.eq(ProjectCertificationInventoryEO::getSdt,currentUser.getId());
|
query.eq(ProjectCertificationInventoryEO::getSdt,currentUser.getId());
|
||||||
query.eq(ProjectCertificationInventoryEO::getFlowStatus,CertificationInventoryFlowStatusEnum.REVIEW_AND_PASS.getValue());
|
query.eq(ProjectCertificationInventoryEO::getFlowStatus,CertificationInventoryFlowStatusEnum.REVIEW_AND_PASS.getValue());
|
||||||
});
|
});
|
||||||
});
|
});*/
|
||||||
|
// 修改UAT问题清单 82条
|
||||||
|
queryWrapper.lambda().eq(ProjectCertificationInventoryEO::getDutyPerson,currentUser.getId());
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
throw new JeroBootException("当前用户角色有误,请重新选择后角色进行操作!");
|
throw new JeroBootException("当前用户角色有误,请重新选择后角色进行操作!");
|
||||||
|
|||||||
Reference in New Issue
Block a user