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 d5bf17849 [INLONG-7901][Manager] Fix streams cannot be queried by 
responsible person (#7902)
d5bf17849 is described below

commit d5bf178494288f40a33455ace38ec74d83f89383
Author: fuweng11 <[email protected]>
AuthorDate: Mon Apr 24 12:44:40 2023 +0800

    [INLONG-7901][Manager] Fix streams cannot be queried by responsible person 
(#7902)
---
 .../manager-dao/src/main/resources/mappers/InlongStreamEntityMapper.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/inlong-manager/manager-dao/src/main/resources/mappers/InlongStreamEntityMapper.xml
 
b/inlong-manager/manager-dao/src/main/resources/mappers/InlongStreamEntityMapper.xml
index 4b4c34af2..b75909aa5 100644
--- 
a/inlong-manager/manager-dao/src/main/resources/mappers/InlongStreamEntityMapper.xml
+++ 
b/inlong-manager/manager-dao/src/main/resources/mappers/InlongStreamEntityMapper.xml
@@ -267,7 +267,7 @@
                     #{status}
                 </foreach>
             </if>
-            <if test="request.inCharge != null and request.inCharges != ''">
+            <if test="request.inCharge != null and request.inCharge != ''">
                 and find_in_set(#{request.inCharge, jdbcType=VARCHAR}, 
grp.in_charges)
             </if>
         </where>

Reply via email to