From b364e0bea5d3bb652ff14af49caf89aab55bef8d Mon Sep 17 00:00:00 2001 From: luodangjia <luodangjia> Date: 星期一, 13 一月 2025 15:40:27 +0800 Subject: [PATCH] 12.18 --- ruoyi-service/ruoyi-account/src/main/resources/mapper/account/UserCancellationLogMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/ruoyi-service/ruoyi-account/src/main/resources/mapper/account/UserCancellationLogMapper.xml b/ruoyi-service/ruoyi-account/src/main/resources/mapper/account/UserCancellationLogMapper.xml index 5ed212a..791af61 100644 --- a/ruoyi-service/ruoyi-account/src/main/resources/mapper/account/UserCancellationLogMapper.xml +++ b/ruoyi-service/ruoyi-account/src/main/resources/mapper/account/UserCancellationLogMapper.xml @@ -33,6 +33,7 @@ and DATE(t1.create_time) between #{agentQuery.localDate1} and #{agentQuery.localDate2} </if> </where> + order by t1.create_time desc </select> </mapper> -- Gitblit v1.7.1