|
@@ -4386,7 +4386,7 @@ public class WbsTreeContractServiceImpl extends BaseServiceImpl<WbsTreeContractM
|
|
|
|
|
|
// 交工证书判断
|
|
|
List<Long> completionCertificate = children.stream()
|
|
|
- .filter(node -> node.getMajorDataType() != null && node.getMajorDataType() == 2)
|
|
|
+ .filter(node -> node.getMajorDataType() != null && node.getMajorDataType() == 3)
|
|
|
.map(WbsTreeContract::getPKeyId)
|
|
|
.collect(Collectors.toList());
|
|
|
if (CollectionUtil.isNotEmpty(completionCertificate)) {
|