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

hefengen 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 483902ce86 [ISSUE #4981] userId can not update success when update 
auth (#4982)
483902ce86 is described below

commit 483902ce8686e9b3727863bd29b99a467e2a0177
Author: gongzhongqiang <[email protected]>
AuthorDate: Fri Aug 18 16:56:45 2023 +0800

    [ISSUE #4981] userId can not update success when update auth (#4982)
    
    Co-authored-by: gongzhongqiang <[email protected]>
---
 shenyu-admin/src/main/resources/mappers/app-auth-sqlmap.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shenyu-admin/src/main/resources/mappers/app-auth-sqlmap.xml 
b/shenyu-admin/src/main/resources/mappers/app-auth-sqlmap.xml
index ea2173a91b..e453fc3d0e 100644
--- a/shenyu-admin/src/main/resources/mappers/app-auth-sqlmap.xml
+++ b/shenyu-admin/src/main/resources/mappers/app-auth-sqlmap.xml
@@ -221,6 +221,7 @@
            SET
                app_secret = #{appSecret, jdbcType=VARCHAR},
                phone = #{phone, jdbcType=VARCHAR},
+               user_id = #{userId, jdbcType=VARCHAR},
                ext_info = #{extInfo, jdbcType=VARCHAR},
                open = #{open, jdbcType=TINYINT},
                enabled = #{enabled, jdbcType=TINYINT}

Reply via email to