Commit 708229a7 authored by zhaji's avatar zhaji

"feature-zhaJi:优化登记保单退费的时间排序规则"

parent b7e0da9b
......@@ -954,7 +954,7 @@
and a.POLICY_END = #{param.policyEnd}
and a.BUY_STANDARD = #{param.buyStandard}
order by
refund.CREATE_TIME DESC
a.CREATE_TIME DESC
limit 1;
</select>
<!-- 根据ID导出减员办理列表-->
......
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