wks 2 سال پیش
والد
کامیت
38b6cc807c
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      src/main/java/com/ydtech/modules/order/service/impl/ZijinOrderApiServiceImpl.java

+ 0 - 4
src/main/java/com/ydtech/modules/order/service/impl/ZijinOrderApiServiceImpl.java

@@ -509,13 +509,9 @@ public class ZijinOrderApiServiceImpl implements ZijinOrderApiService {
 
             switch (priceInfoListDTO.getRiskCode()) {
                 case RiskCodeEnum.TRAFFIC_CODE:
-                    quoteRespVo.setJqScore(priceInfoListDTO.getRevPredScore());
-                    quoteRespVo.setJqLossRation(StringUtils.toDouble(priceInfoListDTO.getLrRecom()));
                     quoteRespVo.setJqClaims(priceInfoListDTO.getClaimTimes());
                     break;
                 case RiskCodeEnum.BUSINESS_CODE:
-                    quoteRespVo.setSyScore(priceInfoListDTO.getRevPredScore());
-                    quoteRespVo.setSyLossRation(StringUtils.toDouble(priceInfoListDTO.getLrRecom()));
                     quoteRespVo.setSyClaims(priceInfoListDTO.getClaimTimes());
                     break;
                 default: