Skip to content

Commit

Permalink
[INLONG-7901][Manager] Fix streams cannot be queried by responsible p…
Browse files Browse the repository at this point in the history
…erson (#7902)
  • Loading branch information
fuweng11 committed Apr 24, 2023
1 parent 209a83a commit d5bf178
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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>
Expand Down

0 comments on commit d5bf178

Please sign in to comment.