Explorar o código

诚泰报价bug

785834757 hai 1 mes
pai
achega
59cb287c56

+ 1 - 1
tenant/insurance/quotation-chengtai/src/main/java/com/jzg/quotation/chengtai/api/build/ChengTaiAPIQuoteResultsVoBuild.java

@@ -137,7 +137,7 @@ public final class ChengTaiAPIQuoteResultsVoBuild {
             scoreJson.add(new JSONObject()
                     .fluentPut("scoreName", "一账通评分")
                     .fluentPut("scoreKey", "YztScore")
-                    .fluentPut("score", premiumCalculationResponse.getYztScore()));
+                    .fluentPut("score", premiumCalculationResponse.getYztScore().getCentile()));
         }
         scoreVo.setScoreJson(scoreJson);
         return scoreVo;