|
|
@@ -138,7 +138,9 @@ public class ReviewChecklistManage { |
|
|
|
Integer maxNums = reviewHumans.size(); |
|
|
|
final Integer[] finishNums = {DeclaredProjectContant.ReviewChecklist.INIT_NUM}; |
|
|
|
Set<String> computeHumanSet = reviewHumans.stream().collect(Collectors.toSet()); |
|
|
|
|
|
|
|
if(CollUtil.isEmpty(reviewChecklistApproves)){ |
|
|
|
item.setReviewCheckNotApprove(convertUser(userMap,computeHumanSet)); |
|
|
|
return finishNums[0] + StrPool.SLASH + maxNums; |
|
|
|
} |
|
|
|
reviewChecklistApproves.forEach(r -> { |
|
|
@@ -149,7 +151,6 @@ public class ReviewChecklistManage { |
|
|
|
computeHumanSet.remove(r.getCreateByCode()); |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
item.setReviewCheckNotApprove(convertUser(userMap,computeHumanSet)); |
|
|
|
|
|
|
|
return finishNums[0] + StrPool.SLASH + maxNums; |
|
|
|