This is an automated email from the ASF dual-hosted git repository.
likeguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new fa191dcca fixed #4998 (#4999)
fa191dcca is described below
commit fa191dcca8a916b9d9386ddcb63b9c55bd695599
Author: Kerwin Bryant <[email protected]>
AuthorDate: Sun Aug 13 19:14:09 2023 +0800
fixed #4998 (#4999)
Co-authored-by: likeguo <[email protected]>
---
shenyu-admin/src/main/resources/mappers/plugin-sqlmap.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shenyu-admin/src/main/resources/mappers/plugin-sqlmap.xml
b/shenyu-admin/src/main/resources/mappers/plugin-sqlmap.xml
index 62eabc19f..632502cd1 100644
--- a/shenyu-admin/src/main/resources/mappers/plugin-sqlmap.xml
+++ b/shenyu-admin/src/main/resources/mappers/plugin-sqlmap.xml
@@ -90,7 +90,7 @@
AND enabled = #{enabled, jdbcType=TINYINT}
</if>
</where>
- ORDER BY sort ASC
+ ORDER BY sort, id ASC
</select>
<select id="countByQuery"
parameterType="org.apache.shenyu.admin.model.query.PluginQuery"