This is an automated email from the ASF dual-hosted git repository.

xuehuilang 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 e37981f167 [type:fix] remove an extra comma (#5688)
e37981f167 is described below

commit e37981f1676a0f98452f88586c7bb9aa00312043
Author: eye-gu <[email protected]>
AuthorDate: Wed Oct 9 08:33:26 2024 +0800

    [type:fix] remove an extra comma (#5688)
---
 shenyu-admin/src/main/resources/mappers/namespace-plugin-rel-sqlmap.xml | 2 +-
 1 file changed, 1 insertion(+), 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 11aa33847a..6a5b886bcf 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
@@ -233,7 +233,7 @@
         npr.sort AS sort,
         npr.enabled AS enabled,
         npr.date_created AS dateCreated,
-        npr.date_updated AS dateUpdated,
+        npr.date_updated AS dateUpdated
         FROM namespace_plugin_rel npr
         WHERE npr.id IN
         <foreach item="id" collection="ids" open="(" separator="," close=")">

Reply via email to