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/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new e49315a  [INLONG-2736][Manager] Fix agent get task from manager #2738
e49315a is described below

commit e49315af815fb264770dc390aac0e35e75ae4594
Author: binaryWorld <[email protected]>
AuthorDate: Sat Feb 26 14:19:59 2022 +0800

    [INLONG-2736][Manager] Fix agent get task from manager #2738
    
    Co-authored-by: hanfashi <[email protected]>
---
 .../src/main/resources/mappers/StreamSourceEntityMapper.xml           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/inlong-manager/manager-dao/src/main/resources/mappers/StreamSourceEntityMapper.xml
 
b/inlong-manager/manager-dao/src/main/resources/mappers/StreamSourceEntityMapper.xml
index 77da5cb..c7cbd26 100644
--- 
a/inlong-manager/manager-dao/src/main/resources/mappers/StreamSourceEntityMapper.xml
+++ 
b/inlong-manager/manager-dao/src/main/resources/mappers/StreamSourceEntityMapper.xml
@@ -408,8 +408,8 @@
         detail.id,
         detail.source_type,
         detail.snapshot,
-        detail.ext_params,
-        from stream_source detail,
+        detail.ext_params
+        from stream_source detail
         where detail.is_deleted = 0
         <if test="agentIp != null and agentIp != ''">
             and detail.agent_ip = #{agentIp, jdbcType=VARCHAR}

Reply via email to