Pārlūkot izejas kodu

延期 优化

tags/24080901
PoffyZhang pirms 1 gada
vecāks
revīzija
7dc5d3a2ee
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      pmapi/src/main/java/com/ningdatech/pmapi/projectdeclared/manage/DelayedApplyManage.java

+ 2
- 1
pmapi/src/main/java/com/ningdatech/pmapi/projectdeclared/manage/DelayedApplyManage.java Parādīt failu

@@ -312,7 +312,8 @@ public class DelayedApplyManage {
public List<DelayedApplyVO> delayList(Long projectId) {
List<Long> allVersionProjectId = projectService.getAllVersionProjectId(projectId);
List<ProjectDelayApply> delays = projectDelayApplyService.list(Wrappers.lambdaQuery(ProjectDelayApply.class)
.in(ProjectDelayApply::getProjectId, allVersionProjectId));
.in(ProjectDelayApply::getProjectId, allVersionProjectId)
.eq(ProjectDelayApply::getSuccess, Boolean.TRUE));

if(CollUtil.isEmpty(delays)){
return Collections.emptyList();


Notiek ielāde…
Atcelt
Saglabāt