|
|
@@ -141,10 +141,11 @@ public class GcPubContractSchedul implements Job {
|
|
|
}
|
|
|
|
|
|
|
|
|
+ String noticeContent = record.getNoticeContent();
|
|
|
|
|
|
|
|
|
|
|
|
- List<GcAttachment> attachmentList = new ArrayList<GcAttachment>();
|
|
|
+ /*List<GcAttachment> attachmentList = new ArrayList<GcAttachment>();
|
|
|
|
|
|
|
|
|
//通过标包编号查询对应的附件信息
|
|
|
@@ -155,7 +156,6 @@ public class GcPubContractSchedul implements Job {
|
|
|
attachmentList.addAll(list);
|
|
|
}
|
|
|
|
|
|
- String noticeContent = record.getNoticeContent();
|
|
|
String file = "";
|
|
|
if(!CollectionUtils.isEmpty(attachmentList)){
|
|
|
if(attachmentList.size() > 0){
|
|
|
@@ -175,8 +175,8 @@ public class GcPubContractSchedul implements Job {
|
|
|
//招标文件拼接地址
|
|
|
if(!ObjectUtils.isEmpty(noticeContent) && noticeContent != ""){
|
|
|
file = noticeContent + file;
|
|
|
- }
|
|
|
- record.setNoticeContent(file);
|
|
|
+ }*/
|
|
|
+ record.setNoticeContent(noticeContent);
|
|
|
record.setSourceDataKey("pubc-"+record.getSourceDataKey());
|
|
|
|
|
|
record = tenderDetailsVoService.getTenderDetailsVoAllOrther(record);
|