From 666dc15b9ca4fac96a6fdca3ae9cf6143fa02204 Mon Sep 17 00:00:00 2001 From: 无关风月 <443237572@qq.com> Date: 星期六, 26 十月 2024 10:02:05 +0800 Subject: [PATCH] bug修改 --- ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TChargingBillMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TChargingBillMapper.xml b/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TChargingBillMapper.xml index baad703..da1b20f 100644 --- a/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TChargingBillMapper.xml +++ b/ruoyi-service/ruoyi-order/src/main/resources/mapper/order/TChargingBillMapper.xml @@ -20,6 +20,7 @@ </if> and t1.billType = 1 and t1.del_flag = 0 + order by t1.create_time desc </select> <select id="chargingBillList1" resultType="com.ruoyi.order.api.vo.ChargingBillListVO"> select t1.* from t_charging_bill t1 -- Gitblit v1.7.1