Commit 6853a33e by 翁国栋

8小时后台--

保单列表按操作时间倒序
parent 2e067632
......@@ -347,6 +347,7 @@
insure_policy ip
LEFT JOIN insure_product ir on ir.id=ip.product_id
WHERE ip.org_code=#{orgCode}
order by ip.update_time desc
</select>
<select id="selectPlansTotalByorgCode" 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