Commit 47d19dc3 by 翁国栋 Committed by 284718418@qq.com

申報倒序

parent 6bc75f92
......@@ -31,6 +31,7 @@
<result property="replaceTransId" column="replace_trans_id"/>
<result property="applyType" column="apply_type"/>
<result property="reason" column="reason"/>
<result property="createTime" column="create_time"/>
</resultMap>
<select id="queryObject" resultType="cn.timer.api.bean.insure.InsureUser">
......@@ -314,6 +315,7 @@
<if test="policyDto.page.offset != null and policyDto.page.totalPage !=null">
LIMIT #{policyDto.page.offset},#{policyDto.page.totalPage}
</if>
order by iu.policy_date_start desc
</select>
<select id="totalUser" resultType="java.lang.Integer">
......
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