Commit 26fc5fc9 authored by fangxinjiang's avatar fangxinjiang

商险到期调整

parent 8abf4c9b
...@@ -218,6 +218,13 @@ public class TBusinessInsuranceVo implements Serializable { ...@@ -218,6 +218,13 @@ public class TBusinessInsuranceVo implements Serializable {
@ExcelProperty(value = "商险购买地市") @ExcelProperty(value = "商险购买地市")
@Schema(name = "商险购买地市") @Schema(name = "商险购买地市")
private String insuranceCityName; private String insuranceCityName;
/**
* 商险购买地
*/
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value = "商险办理地市")
@Schema(name = "商险办理地市")
private String insuranceHandleCityName;
/** /**
* 是否有效 0有效 1无效 * 是否有效 0有效 1无效
*/ */
......
...@@ -1843,7 +1843,7 @@ ...@@ -1843,7 +1843,7 @@
LEFT JOIN t_insurance_refund rf on rf.INS_DETAIL_ID=a.id LEFT JOIN t_insurance_refund rf on rf.INS_DETAIL_ID=a.id
</select> </select>
<select id="noPageDiy" resultType="com.yifu.cloud.plus.v1.yifu.insurances.vo.InsuranceWarnExportVo"> <select id="noPageDiy" resultType="com.yifu.cloud.plus.v1.yifu.insurances.vo.InsuranceWarnExportVo">
<include refid="expire_export_sql_param"/> <include refid="expire_export_sql_param"/>,a.INSURANCE_HANDLE_CITY_NAME
from from
(select * from t_insurance_detail a (select * from t_insurance_detail a
<include refid="expire_sql_where"/> <include refid="expire_sql_where"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment