Commit 1d58b319 authored by huyuchen's avatar huyuchen

huych-含风险项目商险不购买申请提交

parent 8c7c16d3
......@@ -101,6 +101,7 @@
1=1 and a.DELETE_FLAG = '0'
<include refid="tInsuranceUnpurchaseApply_where"/>
</where>
order by a.CREATE_TIME desc
</select>
<!-- tInsuranceUnpurchaseApply简单分页查询 -->
......@@ -136,6 +137,10 @@
a.DELETE_FLAG = '0'
<include refid="tInsuranceUnpurchaseApply_where"/>
</where>
order by a.CREATE_TIME desc
<if test="tInsuranceUnpurchaseApply.limitStart != null">
limit #{tInsuranceUnpurchaseApply.limitStart},#{tInsuranceUnpurchaseApply.limitEnd}
</if>
</select>
<select id="getAuditPage" resultMap="tInsuranceUnpurchaseApplyMap">
......
......@@ -136,6 +136,7 @@
1=1 and STATUS = '3'
<include refid="tInsuranceUnpurchasePerson_where"/>
</where>
order by a.CREATE_TIME desc
</select>
<!--tInsuranceUnpurchasePerson导出条数查询-->
......@@ -170,6 +171,10 @@
1=1 and STATUS = '3'
<include refid="tInsuranceUnpurchasePerson_where"/>
</where>
order by a.CREATE_TIME desc
<if test="tInsuranceUnpurchasePerson.limitStart != null">
limit #{tInsuranceUnpurchasePerson.limitStart},#{tInsuranceUnpurchasePerson.limitEnd}
</if>
</select>
<select id="getTInsuranceUnpurchasePersonList" resultType="com.yifu.cloud.plus.v1.yifu.salary.vo.TInsuranceUnpurchasePersonAddVo">
......
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