|
|
@@ -192,8 +192,8 @@ public class SynProjectCollectionTask { |
|
|
|
List<GovBizProjectProcure> procures = procureService.list(Wrappers.lambdaQuery(GovBizProjectProcure.class) |
|
|
|
.eq(GovBizProjectProcure::getDeleted,Boolean.FALSE) |
|
|
|
.eq(StringUtils.isNotBlank(projId),GovBizProjectProcure::getBaseProjId,projId) |
|
|
|
.isNotNull(GovBizProjectProcure::getPurchaseContract) |
|
|
|
.isNull(GovBizProjectProcure::getPurchaseContractPdf)); |
|
|
|
.isNotNull(GovBizProjectProcure::getPurchaseFile) |
|
|
|
.isNull(GovBizProjectProcure::getPurchaseFilePdf)); |
|
|
|
|
|
|
|
if(CollUtil.isEmpty(procures)){ |
|
|
|
log.info("没有项目归集 采购信息 任务终止"); |
|
|
|