wks 2 gadi atpakaļ
vecāks
revīzija
38b6cc807c

+ 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()) {
             switch (priceInfoListDTO.getRiskCode()) {
                 case RiskCodeEnum.TRAFFIC_CODE:
                 case RiskCodeEnum.TRAFFIC_CODE:
-                    quoteRespVo.setJqScore(priceInfoListDTO.getRevPredScore());
-                    quoteRespVo.setJqLossRation(StringUtils.toDouble(priceInfoListDTO.getLrRecom()));
                     quoteRespVo.setJqClaims(priceInfoListDTO.getClaimTimes());
                     quoteRespVo.setJqClaims(priceInfoListDTO.getClaimTimes());
                     break;
                     break;
                 case RiskCodeEnum.BUSINESS_CODE:
                 case RiskCodeEnum.BUSINESS_CODE:
-                    quoteRespVo.setSyScore(priceInfoListDTO.getRevPredScore());
-                    quoteRespVo.setSyLossRation(StringUtils.toDouble(priceInfoListDTO.getLrRecom()));
                     quoteRespVo.setSyClaims(priceInfoListDTO.getClaimTimes());
                     quoteRespVo.setSyClaims(priceInfoListDTO.getClaimTimes());
                     break;
                     break;
                 default:
                 default: