|
@@ -539,7 +539,7 @@ public class InsOrdersServiceImpl extends ServiceImpl<InsOrdersMapper, InsOrders
|
|
|
ordersOther.setScore(quoteResponse.getScoreVo().getScore());
|
|
ordersOther.setScore(quoteResponse.getScoreVo().getScore());
|
|
|
ordersOther.setJqScore(quoteResponse.getScoreVo().getJqScore());
|
|
ordersOther.setJqScore(quoteResponse.getScoreVo().getJqScore());
|
|
|
ordersOther.setSyScore(quoteResponse.getScoreVo().getSyScore());
|
|
ordersOther.setSyScore(quoteResponse.getScoreVo().getSyScore());
|
|
|
- ordersOther.setLossRation(new BigDecimal(quoteResponse.getScoreVo().getLossRation()));
|
|
|
|
|
|
|
+ ordersOther.setLossRation(new BigDecimal(quoteResponse.getScoreVo().getLossRation() != null ? quoteResponse.getScoreVo().getLossRation() : "0"));
|
|
|
ordersOther.setJqLossRation(new BigDecimal(quoteResponse.getScoreVo().getJqLossRation() != null ? quoteResponse.getScoreVo().getJqLossRation() : "0"));
|
|
ordersOther.setJqLossRation(new BigDecimal(quoteResponse.getScoreVo().getJqLossRation() != null ? quoteResponse.getScoreVo().getJqLossRation() : "0"));
|
|
|
ordersOther.setSyLossRation(new BigDecimal(quoteResponse.getScoreVo().getSyLossRation() != null ? quoteResponse.getScoreVo().getSyLossRation() : "0"));
|
|
ordersOther.setSyLossRation(new BigDecimal(quoteResponse.getScoreVo().getSyLossRation() != null ? quoteResponse.getScoreVo().getSyLossRation() : "0"));
|
|
|
ordersOther.setTpColorScore(quoteResponse.getScoreVo().getTpColorScore() != null ? quoteResponse.getScoreVo().getTpColorScore() : "");
|
|
ordersOther.setTpColorScore(quoteResponse.getScoreVo().getTpColorScore() != null ? quoteResponse.getScoreVo().getTpColorScore() : "");
|