This is an automated email from the ASF dual-hosted git repository.
liuhongyu 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 5ea6dbd2f3 [fix:bugfix] fix shenyu-admin plugin can't operate (#5821)
(#5822)
5ea6dbd2f3 is described below
commit 5ea6dbd2f3bb42c1bffc1259e98892449fdf9221
Author: frank <[email protected]>
AuthorDate: Thu Nov 28 22:18:50 2024 +0800
[fix:bugfix] fix shenyu-admin plugin can't operate (#5821) (#5822)
---
.../src/main/resources/mappers/namespace-plugin-rel-sqlmap.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/shenyu-admin/src/main/resources/mappers/namespace-plugin-rel-sqlmap.xml
b/shenyu-admin/src/main/resources/mappers/namespace-plugin-rel-sqlmap.xml
index 364fea73db..9aee928ec3 100644
--- a/shenyu-admin/src/main/resources/mappers/namespace-plugin-rel-sqlmap.xml
+++ b/shenyu-admin/src/main/resources/mappers/namespace-plugin-rel-sqlmap.xml
@@ -75,7 +75,8 @@
resultType="org.apache.shenyu.admin.model.vo.NamespacePluginVO">
SELECT
npr.namespace_id AS namespaceId,
- npr.plugin_id AS id,
+ npr.id AS id,
+ npr.plugin_id AS pluginId,
npr.id AS pluginRelId,
npr.config AS config,
npr.sort AS sort,