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

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


The following commit(s) were added to refs/heads/master by this push:
     new e993f37  [INLONG-3134][Manager] Save stream sink field error (#3135)
e993f37 is described below

commit e993f37fd373c1680fce7c146e9bc0ade6430221
Author: ciscozhou <[email protected]>
AuthorDate: Mon Mar 14 23:57:37 2022 +0800

    [INLONG-3134][Manager] Save stream sink field error (#3135)
---
 .../src/main/resources/mappers/StreamSinkFieldEntityMapper.xml          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/inlong-manager/manager-dao/src/main/resources/mappers/StreamSinkFieldEntityMapper.xml
 
b/inlong-manager/manager-dao/src/main/resources/mappers/StreamSinkFieldEntityMapper.xml
index e4f524d..c04e68f 100644
--- 
a/inlong-manager/manager-dao/src/main/resources/mappers/StreamSinkFieldEntityMapper.xml
+++ 
b/inlong-manager/manager-dao/src/main/resources/mappers/StreamSinkFieldEntityMapper.xml
@@ -71,7 +71,7 @@
             #{item.sinkType,jdbcType=VARCHAR}, 
#{item.fieldName,jdbcType=VARCHAR},
             #{item.fieldType,jdbcType=VARCHAR}, 
#{item.fieldComment,jdbcType=VARCHAR},
             #{item.sourceFieldName,jdbcType=VARCHAR}, 
#{item.sourceFieldType,jdbcType=VARCHAR},
-            #{isSourceMetaField,jdbcType=SMALLINT},
+            #{item.isSourceMetaField,jdbcType=SMALLINT},
             #{item.rankNum,jdbcType=SMALLINT}, 
#{item.isDeleted,jdbcType=INTEGER}
             )
         </foreach>

Reply via email to