|
@@ -327,7 +327,7 @@ public class InsCrawlerOrderServiceImpl implements InsCrawlerOrderService {
|
|
|
quoteRespVo.setJqAdjustRate(other.getJqDiscount());
|
|
quoteRespVo.setJqAdjustRate(other.getJqDiscount());
|
|
|
quoteRespVo.setSyAdjustRate(other.getSyDiscount());
|
|
quoteRespVo.setSyAdjustRate(other.getSyDiscount());
|
|
|
quoteRespVo.setOrderno(orderNo); //订单号
|
|
quoteRespVo.setOrderno(orderNo); //订单号
|
|
|
- quoteRespVo.setPredictInfo(other.getPredictInfo().stream().map(QuoteRespVo.PreUnderwritingInfoDTO::new).collect(Collectors.toList()));
|
|
|
|
|
|
|
+// quoteRespVo.setPredictInfo(other.getPredictInfo().stream().map(QuoteRespVo.PreUnderwritingInfoDTO::new).collect(Collectors.toList()));
|
|
|
// 起保日期和终保日期
|
|
// 起保日期和终保日期
|
|
|
quoteRespVo.setStartDateJq(response.getJqStartDate());
|
|
quoteRespVo.setStartDateJq(response.getJqStartDate());
|
|
|
quoteRespVo.setEndDateJq(response.getJqEndDate());
|
|
quoteRespVo.setEndDateJq(response.getJqEndDate());
|