|
@@ -9,9 +9,9 @@
|
|
|
<result property="agreementId" column="agreement_id" jdbcType="BIGINT"/>
|
|
<result property="agreementId" column="agreement_id" jdbcType="BIGINT"/>
|
|
|
<result property="productId" column="product_id" jdbcType="VARCHAR"/>
|
|
<result property="productId" column="product_id" jdbcType="VARCHAR"/>
|
|
|
<result property="productName" column="product_name" jdbcType="VARCHAR"/>
|
|
<result property="productName" column="product_name" jdbcType="VARCHAR"/>
|
|
|
- <result property="jqCostsDescription" column="jq_costs_description" jdbcType="VARCHAR"/>
|
|
|
|
|
- <result property="jqCostsStartDate" column="jq_costs_start_date" jdbcType="TIMESTAMP"/>
|
|
|
|
|
- <result property="jqCostsEndDate" column="jq_costs_end_date" jdbcType="TIMESTAMP"/>
|
|
|
|
|
|
|
+ <result property="costsDescription" column="costs_description" jdbcType="VARCHAR"/>
|
|
|
|
|
+ <result property="costsStartDate" column="costs_start_date" jdbcType="TIMESTAMP"/>
|
|
|
|
|
+ <result property="costsEndDate" column="costs_end_date" jdbcType="TIMESTAMP"/>
|
|
|
<result property="jqSpilloverPremiums" column="jq_spillover_premiums" jdbcType="VARCHAR"/>
|
|
<result property="jqSpilloverPremiums" column="jq_spillover_premiums" jdbcType="VARCHAR"/>
|
|
|
<result property="jqSpilloverProportion" column="jq_spillover_proportion" jdbcType="VARCHAR"/>
|
|
<result property="jqSpilloverProportion" column="jq_spillover_proportion" jdbcType="VARCHAR"/>
|
|
|
<result property="jqNewCarCostsProportion" column="jq_new_car_costs_proportion" jdbcType="VARCHAR"/>
|
|
<result property="jqNewCarCostsProportion" column="jq_new_car_costs_proportion" jdbcType="VARCHAR"/>
|
|
@@ -20,8 +20,6 @@
|
|
|
<result property="jqCostsLevel" column="jq_costs_level" jdbcType="VARCHAR"/>
|
|
<result property="jqCostsLevel" column="jq_costs_level" jdbcType="VARCHAR"/>
|
|
|
<result property="jqNewCarOtherCostsProportion" column="jq_new_car_other_costs_proportion" jdbcType="VARCHAR"/>
|
|
<result property="jqNewCarOtherCostsProportion" column="jq_new_car_other_costs_proportion" jdbcType="VARCHAR"/>
|
|
|
<result property="jqOldCarOtherCostsProportion" column="jq_old_car_other_costs_proportion" jdbcType="VARCHAR"/>
|
|
<result property="jqOldCarOtherCostsProportion" column="jq_old_car_other_costs_proportion" jdbcType="VARCHAR"/>
|
|
|
- <result property="syCostsStartDate" column="sy_costs_start_date" jdbcType="TIMESTAMP"/>
|
|
|
|
|
- <result property="syCostsEndDate" column="sy_costs_end_date" jdbcType="TIMESTAMP"/>
|
|
|
|
|
<result property="sySpilloverPremiums" column="sy_spillover_premiums" jdbcType="VARCHAR"/>
|
|
<result property="sySpilloverPremiums" column="sy_spillover_premiums" jdbcType="VARCHAR"/>
|
|
|
<result property="sySpilloverProportion" column="sy_spillover_proportion" jdbcType="VARCHAR"/>
|
|
<result property="sySpilloverProportion" column="sy_spillover_proportion" jdbcType="VARCHAR"/>
|
|
|
<result property="syNewCarCostsProportion" column="sy_new_car_costs_proportion" jdbcType="VARCHAR"/>
|
|
<result property="syNewCarCostsProportion" column="sy_new_car_costs_proportion" jdbcType="VARCHAR"/>
|
|
@@ -65,11 +63,11 @@
|
|
|
|
|
|
|
|
<sql id="Base_Column_List">
|
|
<sql id="Base_Column_List">
|
|
|
id,agreement_id,product_id,
|
|
id,agreement_id,product_id,
|
|
|
- product_name,jq_costs_description,jq_costs_start_date,
|
|
|
|
|
- jq_costs_end_date,jq_spillover_premiums,jq_spillover_proportion,
|
|
|
|
|
|
|
+ product_name,
|
|
|
|
|
+ jq_spillover_premiums,jq_spillover_proportion,
|
|
|
jq_new_car_costs_proportion,jq_old_car_costs_proportion,jq_costs_proportion,
|
|
jq_new_car_costs_proportion,jq_old_car_costs_proportion,jq_costs_proportion,
|
|
|
jq_costs_level,jq_new_car_other_costs_proportion,jq_old_car_other_costs_proportion,
|
|
jq_costs_level,jq_new_car_other_costs_proportion,jq_old_car_other_costs_proportion,
|
|
|
- sy_costs_start_date,sy_costs_end_date,sy_spillover_premiums,
|
|
|
|
|
|
|
+ sy_spillover_premiums,
|
|
|
sy_spillover_proportion,sy_new_car_costs_proportion,sy_old_car_costs_proportion,
|
|
sy_spillover_proportion,sy_new_car_costs_proportion,sy_old_car_costs_proportion,
|
|
|
sy_costs_proportion,sy_costs_level,sy_new_car_other_costs_proportion,
|
|
sy_costs_proportion,sy_costs_level,sy_new_car_other_costs_proportion,
|
|
|
sy_old_car_other_costs_proportion,transfer,old_and_new,
|
|
sy_old_car_other_costs_proportion,transfer,old_and_new,
|
|
@@ -82,6 +80,7 @@
|
|
|
min_onboard_products_premium,max_onboard_products_premium,min_commercial_insurance_discount,
|
|
min_onboard_products_premium,max_onboard_products_premium,min_commercial_insurance_discount,
|
|
|
max_commercial_insurance_discount,min_compulsory_insurance_discount,max_compulsory_insurance_discount,
|
|
max_commercial_insurance_discount,min_compulsory_insurance_discount,max_compulsory_insurance_discount,
|
|
|
min_score,max_score,min_loss_ration,
|
|
min_score,max_score,min_loss_ration,
|
|
|
- max_loss_ration,license_number
|
|
|
|
|
|
|
+ max_loss_ration,license_number,costs_description,costs_start_date,
|
|
|
|
|
+ costs_end_date
|
|
|
</sql>
|
|
</sql>
|
|
|
</mapper>
|
|
</mapper>
|