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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 6213a2da50 [INLONG-8537][Manager] Fix insert group failed (#8538)
6213a2da50 is described below

commit 6213a2da5039d84b12e8b0b5b74fec42073a3307
Author: fuweng11 <[email protected]>
AuthorDate: Fri Jul 14 09:50:29 2023 +0800

    [INLONG-8537][Manager] Fix insert group failed (#8538)
---
 .../manager-dao/src/main/resources/mappers/InlongGroupEntityMapper.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/inlong-manager/manager-dao/src/main/resources/mappers/InlongGroupEntityMapper.xml
 
b/inlong-manager/manager-dao/src/main/resources/mappers/InlongGroupEntityMapper.xml
index 6dbdcccb5a..9628297771 100644
--- 
a/inlong-manager/manager-dao/src/main/resources/mappers/InlongGroupEntityMapper.xml
+++ 
b/inlong-manager/manager-dao/src/main/resources/mappers/InlongGroupEntityMapper.xml
@@ -178,7 +178,7 @@
                 #{enableCreateResource,jdbcType=INTEGER},
             </if>
             <if test="inlongGroupMode != null">
-                inlong_group_mode = #{inlongGroupMode,jdbcType=INTEGER},
+                #{inlongGroupMode,jdbcType=INTEGER},
             </if>
             <if test="dataReportType != null">
                 #{dataReportType,jdbcType=INTEGER},

Reply via email to