mirror of
https://gitee.com/dolphinscheduler/DolphinScheduler.git
synced 2024-12-02 12:17:43 +08:00
fix bug of extra 'and' in ResourceMapper.xml (#6876)
Co-authored-by: ding <dingpf@helowin>
This commit is contained in:
parent
7c5c7ec907
commit
842c3857c1
@ -63,7 +63,7 @@
|
||||
<if test="userId != 0">
|
||||
and (
|
||||
<if test="resIds != null and resIds.size() > 0">
|
||||
and d.id in
|
||||
d.id in
|
||||
<foreach collection="resIds" item="i" open="(" close=") or" separator=",">
|
||||
#{i}
|
||||
</foreach>
|
||||
|
Loading…
Reference in New Issue
Block a user