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