From c196e41a7c9f2bd845d189486069c416eca9c968 Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期四, 17 七月 2025 21:37:37 +0800 Subject: [PATCH] 修改bug --- ruoyi-system/src/main/resources/mapper/system/WithdrawMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/WithdrawMapper.xml b/ruoyi-system/src/main/resources/mapper/system/WithdrawMapper.xml index 3058419..bfb3fbe 100644 --- a/ruoyi-system/src/main/resources/mapper/system/WithdrawMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/WithdrawMapper.xml @@ -28,5 +28,6 @@ and w.status = #{dto.status} </if> </where> + order by w.create_time desc </select> </mapper> \ No newline at end of file -- Gitblit v1.7.1