update 查询订单报表接口 按照日期倒序

This commit is contained in:
2023-07-15 16:24:17 +08:00
parent 6c8bbb155c
commit ac757f9ea9
4 changed files with 51 additions and 103 deletions

View File

@@ -152,6 +152,7 @@
<if test="dto.endTime != null and dto.endTime != ''">
and t1.trade_date <![CDATA[ <= ]]> #{dto.endTime,jdbcType=VARCHAR}
</if>
order by t1.trade_date DESC
</select>
<select id="selectByStationIdAndDate" resultMap="SettleOrderReportResult">