fix bug of extra 'and' in ResourceMapper.xml (#6876)

Co-authored-by: ding <dingpf@helowin>
This commit is contained in:
DingPengfei 2021-11-17 15:03:53 +08:00 committed by GitHub
parent 7c5c7ec907
commit 842c3857c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>