|
|
@@ -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:
|