|
@@ -140,6 +140,12 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
// 账号信息
|
|
// 账号信息
|
|
|
PtlAgreementAttribution ptlAgreementAttribution = ptlAgreementAttributionService.getById(agreementId);
|
|
PtlAgreementAttribution ptlAgreementAttribution = ptlAgreementAttributionService.getById(agreementId);
|
|
|
|
|
|
|
|
|
|
+ quoteInfoVo.getKindList().forEach(item->{
|
|
|
|
|
+ if(item.getKindCode().equals("D4")){
|
|
|
|
|
+ item.setAmount(item.getUnitAmount());
|
|
|
|
|
+ }
|
|
|
|
|
+ });
|
|
|
|
|
+
|
|
|
CrawlerQuoteRequest crawlerQuoteRequest = new CrawlerQuoteRequest();
|
|
CrawlerQuoteRequest crawlerQuoteRequest = new CrawlerQuoteRequest();
|
|
|
BeanUtils.copyProperties(quoteInfoVo, crawlerQuoteRequest);
|
|
BeanUtils.copyProperties(quoteInfoVo, crawlerQuoteRequest);
|
|
|
crawlerQuoteRequest.setAgreementId(agreementId);
|
|
crawlerQuoteRequest.setAgreementId(agreementId);
|
|
@@ -595,6 +601,8 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
quoteRespVo.setILogPreUdwMess(other.getMark());
|
|
quoteRespVo.setILogPreUdwMess(other.getMark());
|
|
|
quoteRespVo.setJqScore(other.getJqMark());
|
|
quoteRespVo.setJqScore(other.getJqMark());
|
|
|
quoteRespVo.setSyScore(other.getSyMark());
|
|
quoteRespVo.setSyScore(other.getSyMark());
|
|
|
|
|
+ //自主定价系数
|
|
|
|
|
+ quoteRespVo.setPricingCoefficient(other.getCoefficient());
|
|
|
|
|
|
|
|
|
|
|
|
|
//永安
|
|
//永安
|