You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/03/04 10:21:06 UTC

[incubator-inlong] branch master updated: [INLONG-2904] Fix StreamSourceEntityMapper handling mistakes #2905

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 9357d2a  [INLONG-2904] Fix StreamSourceEntityMapper handling mistakes #2905
9357d2a is described below

commit 9357d2a3e56bd47aa69dd8bef2130393eccf542c
Author: kipshi <48...@users.noreply.github.com>
AuthorDate: Fri Mar 4 18:20:56 2022 +0800

    [INLONG-2904] Fix StreamSourceEntityMapper handling mistakes #2905
---
 .../manager-dao/src/main/resources/mappers/StreamSourceEntityMapper.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 785c253..61e2c49 100644
--- a/inlong-manager/manager-dao/src/main/resources/mappers/StreamSourceEntityMapper.xml
+++ b/inlong-manager/manager-dao/src/main/resources/mappers/StreamSourceEntityMapper.xml
@@ -257,7 +257,7 @@
         </where>
     </select>
 
-    <select id="selectByIdentifier"
+    <select id="selectByRelatedId"
             resultType="org.apache.inlong.manager.dao.entity.StreamSourceEntity">
         select
         <include refid="Base_Column_List"/>