Ver Fonte

紫金修改

wks há 2 anos atrás
pai
commit
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()) {
                 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: