|
|
@@ -265,7 +265,7 @@
|
|
|
<if test="index!=null and index!=''">
|
|
|
AND REGEXP_LIKE("label", #{index})
|
|
|
</if>
|
|
|
- <if test="id!=null and !(index!=null and index!='')">
|
|
|
+ <if test="id!=null and id.size>0">
|
|
|
AND "id" in
|
|
|
<foreach collection="id" item="item" open="(" close=")" separator="," >
|
|
|
#{item}
|