|
|
@@ -512,7 +512,7 @@ public class PurchaseManage { |
|
|
|
LambdaQueryWrapper<Purchase> query = Wrappers.lambdaQuery(Purchase.class) |
|
|
|
.eq(Purchase::getBidType, BidTypeEnum.BUILD_APP.getCode()) |
|
|
|
.exists(ExistsSqlConst.PURCHASE_EXISTS_PURCHASE_STATUS_CHANGE |
|
|
|
+ " npsc.event = {0}", TenderStateChangeEvent.SUBMIT_PURCHASE_CONSTRUCTION_INFO) |
|
|
|
+ " and npsc.event = {0}", TenderStateChangeEvent.SUBMIT_PURCHASE_CONSTRUCTION_INFO) |
|
|
|
.notExists(ExistsSqlConst.PURCHASE_EXISTS_PROJECT |
|
|
|
+ "and np.stage in ({0}, {1})", ProjectStatus.STOPPED.getCode(), |
|
|
|
ProjectStatus.CHANGE.getCode()) |
|
|
|