|
|
@@ -185,7 +185,7 @@ public class GcTenderbidfileSchedul implements Job {
|
|
|
if(record.getDataTimestamp()>20250324000000L){
|
|
|
//通过标包编号查询对应的附件信息
|
|
|
QueryWrapper<GcAttachment> gcAttachmentQueryWrapper3 = new QueryWrapper<GcAttachment>();
|
|
|
- gcAttachmentQueryWrapper3.eq("ATTACHMENT_SET_CODE","TENDER_FILE");//add
|
|
|
+// gcAttachmentQueryWrapper3.eq("ATTACHMENT_SET_CODE","TENDER_FILE");//add
|
|
|
gcAttachmentQueryWrapper3.eq("ASSOCIATION_CODE", record.getSourceDataKey());
|
|
|
gcAttachmentQueryWrapper3.notLike("ATTACHMENT_NAME","%xml");
|
|
|
gcAttachmentQueryWrapper3.notLike("ATTACHMENT_NAME","%nmgzf");
|
|
|
@@ -194,7 +194,7 @@ public class GcTenderbidfileSchedul implements Job {
|
|
|
|
|
|
//通过标包编号查询对应的附件信息
|
|
|
QueryWrapper<GcAttachment> gcAttachmentQueryWrapper = new QueryWrapper<GcAttachment>();
|
|
|
- gcAttachmentQueryWrapper.eq("ATTACHMENT_SET_CODE","TENDER_FILE_FILE");//add
|
|
|
+// gcAttachmentQueryWrapper.eq("ATTACHMENT_SET_CODE","TENDER_FILE_FILE");//add
|
|
|
gcAttachmentQueryWrapper.eq("ASSOCIATION_CODE", record.getSourceDataKey());
|
|
|
gcAttachmentQueryWrapper.notLike("ATTACHMENT_NAME","%xml");
|
|
|
gcAttachmentQueryWrapper.notLike("ATTACHMENT_NAME","%nmgzf");
|
|
|
@@ -202,7 +202,7 @@ public class GcTenderbidfileSchedul implements Job {
|
|
|
|
|
|
//通过标包编号查询对应的附件信息
|
|
|
QueryWrapper<GcAttachment> gcAttachmentQueryWrapper2 = new QueryWrapper<GcAttachment>();
|
|
|
- gcAttachmentQueryWrapper2.eq("ATTACHMENT_SET_CODE","FILE_EX_TDOC");//add
|
|
|
+// gcAttachmentQueryWrapper2.eq("ATTACHMENT_SET_CODE","FILE_EX_TDOC");//add
|
|
|
gcAttachmentQueryWrapper2.eq("ASSOCIATION_CODE", record.getSourceDataKey());
|
|
|
gcAttachmentQueryWrapper2.notLike("ATTACHMENT_NAME","%xml");
|
|
|
gcAttachmentQueryWrapper2.notLike("ATTACHMENT_NAME","%nmgzf");
|