feat: There is no way the, TO optimize the query
This commit is contained in:
@@ -49,6 +49,12 @@
|
||||
<if test="collectResId != null">
|
||||
and collect_res_id ${collectResIdOperator} #{collectResId}
|
||||
</if>
|
||||
<if test="collectResIds != null and collectResIds.size !=0">
|
||||
and collect_res_id IN
|
||||
<foreach collection="collectResIds" item="item" index="index" open="(" close=")" separator=",">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="collectInfoUri != null">
|
||||
and collect_info_uri ${collectInfoUriOperator} #{collectInfoUri}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user