Commit 28377cae authored by fangxinjiang's avatar fangxinjiang

项目规则配置-fxj

parent e824e206
......@@ -363,4 +363,10 @@ public class TBusinessInsuranceVo implements Serializable {
*/
@Schema(description = "有忽略提醒 0:忽略 1:不忽略")
private String expireIgnoreFlag;
/**
* @Author fxj
* 新增到期提醒人
**/
private String alerter;
}
......@@ -2006,7 +2006,7 @@
<select id="pageDiy" resultType="com.yifu.cloud.plus.v1.yifu.insurances.vo.TBusinessInsuranceVo">
<include refid="expire_sql_param"/>
,a.INSURANCE_HANDLE_CITY_NAME
,a.INSURANCE_HANDLE_CITY_NAME,a.ALERTER
from
t_insurance_alert a
LEFT JOIN view_insurance_replace r on a.id=r.TO_INSURANCE_DETAIL_ID
......
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