Commit 1b607338 authored by 李灿灿's avatar 李灿灿

列表按照投保状态分组再按创建时间倒序

parent c7deae3c
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
#{item} #{item}
</foreach> </foreach>
</if> </if>
ORDER BY detail.CREATE_TIME DESC ORDER BY detail.BUY_HANDLE_STATUS,detail.CREATE_TIME DESC
</select> </select>
<select id="getInsuranceList" resultType="com.yifu.cloud.plus.v1.yifu.insurances.vo.InsuranceListVO"> <select id="getInsuranceList" resultType="com.yifu.cloud.plus.v1.yifu.insurances.vo.InsuranceListVO">
......
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