|
|
@@ -192,7 +192,7 @@ public class GcTenderbidfileSchedul implements Job {
|
|
|
List<GcAttachment> list3 = gcAttachmentService.list(gcAttachmentQueryWrapper3);
|
|
|
|
|
|
|
|
|
- //通过标包编号查询对应的附件信息
|
|
|
+/* //通过标包编号查询对应的附件信息
|
|
|
QueryWrapper<GcAttachment> gcAttachmentQueryWrapper = new QueryWrapper<GcAttachment>();
|
|
|
// gcAttachmentQueryWrapper.eq("ATTACHMENT_SET_CODE","TENDER_FILE_FILE");//add
|
|
|
gcAttachmentQueryWrapper.eq("ASSOCIATION_CODE", record.getSourceDataKey());
|
|
|
@@ -206,18 +206,18 @@ public class GcTenderbidfileSchedul implements Job {
|
|
|
gcAttachmentQueryWrapper2.eq("ASSOCIATION_CODE", record.getSourceDataKey());
|
|
|
gcAttachmentQueryWrapper2.notLike("ATTACHMENT_NAME","%xml");
|
|
|
gcAttachmentQueryWrapper2.notLike("ATTACHMENT_NAME","%nmgzf");
|
|
|
- List<GcAttachment> list2 = gcAttachmentService.list(gcAttachmentQueryWrapper2);
|
|
|
+ List<GcAttachment> list2 = gcAttachmentService.list(gcAttachmentQueryWrapper2);*/
|
|
|
if(!ObjectUtils.isEmpty(list3)){
|
|
|
attachmentList.addAll(list3);
|
|
|
}
|
|
|
|
|
|
- if(!ObjectUtils.isEmpty(list2)){
|
|
|
+/* if(!ObjectUtils.isEmpty(list2)){
|
|
|
attachmentList.addAll(list2);
|
|
|
}
|
|
|
|
|
|
if(!ObjectUtils.isEmpty(list)){
|
|
|
attachmentList.addAll(list);
|
|
|
- }
|
|
|
+ }*/
|
|
|
}else{
|
|
|
if(!ObjectUtils.isEmpty(split)){
|
|
|
if(split.length >=1){
|