Commit 1d58b319 authored by huyuchen's avatar huyuchen

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

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