785834757 4 месяцев назад
Родитель
Сommit
c7868031d1

+ 1 - 1
src/main/java/com/ydtech/modules/order/entity/api/chengtai/request/PremiumCalculationRequest.java

@@ -235,7 +235,7 @@ public class PremiumCalculationRequest {
             if(!Objects.isNull(quoteVo.getAccidentalDrivingVo())) {
                 JSONObject jsonObject = JSONObject.parseObject(JSONObject.toJSONString(quoteVo.getAccidentalDrivingVo()));
                 this.insuredType = "03";
-                this.nvhlSuitCode = jsonObject.getString("projectCode");
+                this.nvhlSuitCode = quoteVo.getAccidentalDrivingVo().getRelateCode();
             }
         }
     }