保单统计列表数据日期正序排序

main
liuyiliang 4 months ago
parent f8cb570058
commit af6612b3f2
  1. 1
      ccic-exam/src/main/resources/mappers/ServiceStatMapper.xml

@ -120,6 +120,7 @@
<if test="policy.doneDate != null and policy.doneDate != ''"> <if test="policy.doneDate != null and policy.doneDate != ''">
AND p.created_at &lt;= #{policy.doneDate} || ' 23:59:59' AND p.created_at &lt;= #{policy.doneDate} || ' 23:59:59'
</if> </if>
order by p.created_at asc
</where> </where>
</sql> </sql>

Loading…
Cancel
Save