|
|
@@ -129,9 +129,7 @@ public class ZrzyTdBidwinnoticeSchedul implements Job {
|
|
|
for (ZrzyTdBidwinnotice record : records) {
|
|
|
TenderDetailsVo tenderDetailsVo = new TenderDetailsVo();
|
|
|
String sourceDataKey = record.getSourceDataKey();
|
|
|
- if(!ObjectUtils.isEmpty(sourceDataKey)){
|
|
|
- tenderDetailsVo.setSourceDataKey(sourceDataKey);
|
|
|
- }
|
|
|
+
|
|
|
String dealLandCode = record.getDealLandCode();
|
|
|
if(!ObjectUtils.isEmpty(dealLandCode)){
|
|
|
tenderDetailsVo.setProjectCode(dealLandCode);
|
|
|
@@ -164,6 +162,9 @@ public class ZrzyTdBidwinnoticeSchedul implements Job {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+ if(!ObjectUtils.isEmpty(sourceDataKey)){
|
|
|
+ tenderDetailsVo.setSourceDataKey(sourceDataKey+tenderDetailsVo.getNoticeSendTime());
|
|
|
+ }
|
|
|
|
|
|
String regionCode = record.getRegionCode();
|
|
|
if(!ObjectUtils.isEmpty(regionCode)){
|