|
|
@@ -158,29 +158,29 @@ public final class YangGuangApiQuoteResultsVoBuild {
|
|
|
// 评分处理
|
|
|
JSONArray scoreArray = new JSONArray();
|
|
|
scoreArray.add(new JSONObject()
|
|
|
- .fluentPut("storeName","交强合并分")
|
|
|
- .fluentPut("storeKey","markingnobcCI")
|
|
|
- .fluentPut("store",discount.getMarkingnobcCI()));
|
|
|
+ .fluentPut("scoreName","交强合并分")
|
|
|
+ .fluentPut("scoreKey","markingnobcCI")
|
|
|
+ .fluentPut("score",discount.getMarkingnobcCI()));
|
|
|
|
|
|
scoreArray.add(new JSONObject()
|
|
|
- .fluentPut("storeName","商业合并分")
|
|
|
- .fluentPut("storeKey","markingnobcBI")
|
|
|
- .fluentPut("store",discount.getMarkingnobcBI()));
|
|
|
+ .fluentPut("scoreName","商业合并分")
|
|
|
+ .fluentPut("scoreKey","markingnobcBI")
|
|
|
+ .fluentPut("score",discount.getMarkingnobcBI()));
|
|
|
|
|
|
scoreArray.add(new JSONObject()
|
|
|
- .fluentPut("storeName","向阳花标识")
|
|
|
- .fluentPut("storeKey","XyhGrade")
|
|
|
- .fluentPut("store",yangGuangAccuracyCalculateResponse.getXYHGrade() != null ? "1" : "0"));
|
|
|
+ .fluentPut("scoreName","向阳花标识")
|
|
|
+ .fluentPut("scoreKey","XyhGrade")
|
|
|
+ .fluentPut("score",yangGuangAccuracyCalculateResponse.getXYHGrade() != null ? "1" : "0"));
|
|
|
|
|
|
scoreArray.add(new JSONObject()
|
|
|
- .fluentPut("storeName","红黄蓝车系")
|
|
|
- .fluentPut("storeKey","SeriesTypeActualName")
|
|
|
- .fluentPut("store",yangGuangAccuracyCalculateResponse.getSeriesTypeActualName() != null ? yangGuangAccuracyCalculateResponse.getSeriesTypeActualName() : ""));
|
|
|
+ .fluentPut("scoreName","红黄蓝车系")
|
|
|
+ .fluentPut("scoreKey","SeriesTypeActualName")
|
|
|
+ .fluentPut("score",yangGuangAccuracyCalculateResponse.getSeriesTypeActualName() != null ? yangGuangAccuracyCalculateResponse.getSeriesTypeActualName() : ""));
|
|
|
|
|
|
scoreArray.add(new JSONObject()
|
|
|
- .fluentPut("storeName","合并经营成本率")
|
|
|
- .fluentPut("storeKey","vascostmarginbc")
|
|
|
- .fluentPut("store",yangGuangAccuracyCalculateResponse.getVascostmarginbc()));
|
|
|
+ .fluentPut("scoreName","合并经营成本率")
|
|
|
+ .fluentPut("scoreKey","vascostmarginbc")
|
|
|
+ .fluentPut("score",yangGuangAccuracyCalculateResponse.getVascostmarginbc()));
|
|
|
scoreVo.setScoreJson(scoreArray);
|
|
|
|
|
|
if (yangGuangAccuracyCalculateResponse.getNewAndRenewalFlagCI() != null) {
|