From 91e8f6a6b67e2dbd3bccc5533116644daa245adf Mon Sep 17 00:00:00 2001 From: zhangyongzhangyong <2012005003@qq.com> Date: Fri, 17 Sep 2021 10:57:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E8=A6=81=E6=8F=90=E5=BB=BA=E8=AE=AE?= =?UTF-8?q?=EF=BC=8C=E6=8E=92=E5=BA=8F=E6=96=B9=E5=BC=8F=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/suggestion/SuggestionMakeDao.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/epdc-cloud-custom/src/main/resources/mapper/suggestion/SuggestionMakeDao.xml b/epdc-cloud-custom/src/main/resources/mapper/suggestion/SuggestionMakeDao.xml index da4a191..48f754a 100644 --- a/epdc-cloud-custom/src/main/resources/mapper/suggestion/SuggestionMakeDao.xml +++ b/epdc-cloud-custom/src/main/resources/mapper/suggestion/SuggestionMakeDao.xml @@ -50,7 +50,7 @@ AND USER_ID = #{userId} - ORDER BY m.IS_FEEDBACK DESC, m.CREATED_TIME DESC + ORDER BY m.CREATED_TIME DESC LIMIT #{pageIndex},#{pageSize} @@ -114,6 +114,7 @@ #{deptId} + ORDER BY auth.CREATED_TIME DESC