From 2b82b1e1d31671b8581d2e463ad762bdf63dad30 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期五, 17 十月 2025 16:43:11 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ruoyi-system/src/main/resources/mapper/system/OaApprovalApplicationsMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/OaApprovalApplicationsMapper.xml b/ruoyi-system/src/main/resources/mapper/system/OaApprovalApplicationsMapper.xml index 4ff57c9..31a7e1a 100644 --- a/ruoyi-system/src/main/resources/mapper/system/OaApprovalApplicationsMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/OaApprovalApplicationsMapper.xml @@ -33,7 +33,7 @@ <if test="query.userId != null "> and applicant_user_id like concat('%',#{query.userId},'%') </if> - order by application_date desc + order by create_time desc </select> </mapper> -- Gitblit v1.7.1