From 52a429704b60c11f7a8b87dce44d71d668297cff Mon Sep 17 00:00:00 2001 From: linhw <5331581+linhw11@user.noreply.gitee.com> Date: Wed, 3 Jul 2024 10:11:27 +0800 Subject: [PATCH] ~ --- .../src/main/resources/mapper/app/AppUserFriendMapper.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/gan-modules/ruoyi-gan/src/main/resources/mapper/app/AppUserFriendMapper.xml b/gan-modules/ruoyi-gan/src/main/resources/mapper/app/AppUserFriendMapper.xml index 4d7c8bc..0ca8b23 100644 --- a/gan-modules/ruoyi-gan/src/main/resources/mapper/app/AppUserFriendMapper.xml +++ b/gan-modules/ruoyi-gan/src/main/resources/mapper/app/AppUserFriendMapper.xml @@ -56,6 +56,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and a.status = #{status} and a.updateBy = #{updateBy} + order by a.create_time desc