Przeglądaj źródła

附件使用标识码关联

mycopy123@163.com 4 miesięcy temu
rodzic
commit
d22b89c0cc

+ 1 - 1
src/main/java/com/trs/ggzyexchange/schedul/GcBidExceptioNoticeSchedul.java

@@ -204,7 +204,7 @@ public class GcBidExceptioNoticeSchedul implements Job {
                                 try {
                                     //通过标包编号查询对应的附件信息
                                     QueryWrapper<GcAttachment> gcAttachmentQueryWrapper = new QueryWrapper<GcAttachment>();
-                                    gcAttachmentQueryWrapper.eq("ATTACHMENT_SET_CODE","EXCEPTION_NOTICE_FILE");//add
+//                                    gcAttachmentQueryWrapper.eq("ATTACHMENT_SET_CODE","EXCEPTION_NOTICE_FILE");//add
                                     gcAttachmentQueryWrapper.like("BID_SECTION_CODE",bidSectionCode);
                                     List<GcAttachment> list = gcAttachmentService.list(gcAttachmentQueryWrapper);
 

+ 1 - 1
src/main/java/com/trs/ggzyexchange/schedul/GcBidcandidatePostSchedul.java

@@ -187,7 +187,7 @@ public class GcBidcandidatePostSchedul   implements Job {
                     if(record.getDataTimestamp()>20250324000000L){
                         //通过标包编号查询对应的附件信息
                         QueryWrapper<GcAttachment> gcAttachmentQueryWrapper = new QueryWrapper<GcAttachment>();
-                        gcAttachmentQueryWrapper.eq("ATTACHMENT_SET_CODE","PUBLICITY_DOC");//add
+//                        gcAttachmentQueryWrapper.eq("ATTACHMENT_SET_CODE","PUBLICITY_DOC");//add
                         gcAttachmentQueryWrapper.eq("isshow", "0");//add
                         gcAttachmentQueryWrapper.eq("ASSOCIATION_CODE", record.getSourceDataKey());
                         List<GcAttachment> list = gcAttachmentService.list(gcAttachmentQueryWrapper);

+ 1 - 1
src/main/java/com/trs/ggzyexchange/schedul/GcBidpublicitySchedul.java

@@ -193,7 +193,7 @@ public class GcBidpublicitySchedul  implements Job {
                     if(record.getDataTimestamp()>20250324000000L){
                         //通过标包编号查询对应的附件信息
                         QueryWrapper<GcAttachment> gcAttachmentQueryWrapper = new QueryWrapper<GcAttachment>();
-                        gcAttachmentQueryWrapper.eq("ATTACHMENT_SET_CODE", "WIN_BID_NOTICE");//add
+//                        gcAttachmentQueryWrapper.eq("ATTACHMENT_SET_CODE", "WIN_BID_NOTICE");//add
 //                        gcAttachmentQueryWrapper.eq("isshow", "0");//add
                         gcAttachmentQueryWrapper.eq("ASSOCIATION_CODE", record.getSourceDataKey());
                         List<GcAttachment> list = gcAttachmentService.list(gcAttachmentQueryWrapper);

+ 2 - 2
src/main/java/com/trs/ggzyexchange/schedul/GcNoticeandfileSchedul.java

@@ -275,11 +275,11 @@ public class  GcNoticeandfileSchedul  implements Job {
                     if(record.getDataTimestamp()>20250324000000L){
                         //通过标包编号查询对应的附件信息
                         QueryWrapper<GcAttachment> gcAttachmentQueryWrapper = new QueryWrapper<GcAttachment>();
-                        if("2".equals(record.getNoticeNature())){
+                        /*if("2".equals(record.getNoticeNature())){
                             gcAttachmentQueryWrapper.eq("ATTACHMENT_SET_CODE","CHANGE_NOTICE");//add
                         }else{
                             gcAttachmentQueryWrapper.eq("ATTACHMENT_SET_CODE","TENDER_NOTICE");//add
-                        }
+                        }*/
 //                        gcAttachmentQueryWrapper.eq("isshow", "0");//add
                         gcAttachmentQueryWrapper.eq("ASSOCIATION_CODE", record.getSourceDataKey());
                         List<GcAttachment> list = gcAttachmentService.list(gcAttachmentQueryWrapper);

+ 3 - 3
src/main/java/com/trs/ggzyexchange/schedul/GcTenderbidfileSchedul.java

@@ -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");