mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
update 查询订单报表接口 按照日期倒序
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user