From 20879c29c4fc0cb9c0f9cc0bf86b5a0a8945d4dc Mon Sep 17 00:00:00 2001 From: "kuang.yife" Date: Mon, 25 Dec 2023 00:00:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F=EF=BC=8C=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/templates/system/match/match.html | 2 +- .../src/main/resources/templates/system/single/single.html | 4 ++++ .../src/main/resources/mapper/system/TbUserSingleMapper.xml | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/match/match.html b/ruoyi-admin/src/main/resources/templates/system/match/match.html index 4e396d6e..d67843e2 100644 --- a/ruoyi-admin/src/main/resources/templates/system/match/match.html +++ b/ruoyi-admin/src/main/resources/templates/system/match/match.html @@ -23,7 +23,7 @@
  • - +
  • diff --git a/ruoyi-admin/src/main/resources/templates/system/single/single.html b/ruoyi-admin/src/main/resources/templates/system/single/single.html index c5b92b86..1019a351 100644 --- a/ruoyi-admin/src/main/resources/templates/system/single/single.html +++ b/ruoyi-admin/src/main/resources/templates/system/single/single.html @@ -10,6 +10,10 @@
      +
    • + + +
    • diff --git a/ruoyi-system/src/main/resources/mapper/system/TbUserSingleMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TbUserSingleMapper.xml index a374e805..100ee91b 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TbUserSingleMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TbUserSingleMapper.xml @@ -62,6 +62,7 @@ and hobby = #{hobby} and choosing_standard = #{choosingStandard} + order by id desc