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