UAT问题清单,82条,认证清单,责任人查询权限修改为,可以看到所有责任人为当前登录用户的数据。

This commit is contained in:
wangzhijiang
2023-04-06 19:50:51 +08:00
parent 421bc6091e
commit 56feff02b1
@@ -1355,7 +1355,7 @@ public class ProjectCertificationInventoryEOServiceImpl extends ServiceImpl<Proj
queryWrapper.lambda().eq(ProjectCertificationInventoryEO::getSdt,currentUser.getId());
break;
case PERSON_LIABLE:
List<String> flowStatusList = new ArrayList<>();
/*List<String> flowStatusList = new ArrayList<>();
flowStatusList.add(CertificationInventoryFlowStatusEnum.TASK_TO_BE_CONFIRMED.getValue());
flowStatusList.add(CertificationInventoryFlowStatusEnum.RESULTS_TO_BE_SUBMITTED.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::getFlowStatus,CertificationInventoryFlowStatusEnum.REVIEW_AND_PASS.getValue());
});
});
});*/
// 修改UAT问题清单 82条
queryWrapper.lambda().eq(ProjectCertificationInventoryEO::getDutyPerson,currentUser.getId());
break;
default:
throw new JeroBootException("当前用户角色有误,请重新选择后角色进行操作!");