mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 03:50:13 +08:00
update 运营商运营报表按时间倒序排序
This commit is contained in:
@@ -287,5 +287,7 @@
|
|||||||
join pile_merchant_info t2 on t1.merchant_id = t2.id and t1.del_flag = '0'
|
join pile_merchant_info t2 on t1.merchant_id = t2.id and t1.del_flag = '0'
|
||||||
where t1.merchant_id = #{merchantId,jdbcType=VARCHAR}
|
where t1.merchant_id = #{merchantId,jdbcType=VARCHAR}
|
||||||
and t1.create_time between #{startTime,jdbcType=VARCHAR} and #{endTime,jdbcType=VARCHAR}
|
and t1.create_time between #{startTime,jdbcType=VARCHAR} and #{endTime,jdbcType=VARCHAR}
|
||||||
|
order by
|
||||||
|
t1.trade_date desc
|
||||||
</select>
|
</select>
|
||||||
</mapper>
|
</mapper>
|
||||||
Reference in New Issue
Block a user