|
|
@@ -587,7 +587,7 @@ public class ConstructionManage { |
|
|
|
// 判断是否所有标段都上传了初验材料 |
|
|
|
LambdaQueryWrapper<Purchase> purchaseQuery = Wrappers.lambdaQuery(Purchase.class) |
|
|
|
.eq(Purchase::getProjectId, req.getProjectId()) |
|
|
|
.eq(Purchase::getBidType, BidTypeEnum.BUILD_APP) |
|
|
|
.eq(Purchase::getBidType, BidTypeEnum.BUILD_APP.getCode()) |
|
|
|
.apply("LENGTH(NVL(preliminary_inspection_materials,'')) = 0") |
|
|
|
.last(BizConst.LIMIT_1); |
|
|
|
if (purchaseService.count(purchaseQuery) == 0) { |
|
|
|