|
@@ -217,9 +217,6 @@ public class InsOrdersEditingVo extends InsOrders implements Serializable {
|
|
|
@ApiModelProperty("商业赔付率")
|
|
@ApiModelProperty("商业赔付率")
|
|
|
private double syLossRation;
|
|
private double syLossRation;
|
|
|
|
|
|
|
|
- @ApiModelProperty("交商合并经营成本率")
|
|
|
|
|
- private double mergeCostRate;
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* 紫金能源车(鼎然-车辆风险评分 add by hxl 2024-04-09
|
|
* 紫金能源车(鼎然-车辆风险评分 add by hxl 2024-04-09
|
|
@@ -327,9 +324,6 @@ public class InsOrdersEditingVo extends InsOrders implements Serializable {
|
|
|
if(!Objects.isNull(insAreaCompany.getApiType())) {
|
|
if(!Objects.isNull(insAreaCompany.getApiType())) {
|
|
|
this.apiType = insAreaCompany.getApiType().toString();
|
|
this.apiType = insAreaCompany.getApiType().toString();
|
|
|
}
|
|
}
|
|
|
- if (insAreaCompany.getMergeCostRate() != null) {
|
|
|
|
|
- this.mergeCostRate = insAreaCompany.getMergeCostRate();
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|