Commit 1ef70e04 by zhiwj

小程序资源组权限

parent a32e67f6
......@@ -170,9 +170,9 @@
<if test="search != null and search != '' ">
and name like concat('%', #{search}, '%')
</if>
<if test="null != ids and ids.size &gt; 0">
<if test="null != configId and configId.size &gt; 0">
and config_id in
<foreach close=")" collection="ids" index="index" item="item" open="(" separator=",">
<foreach close=")" collection="configId" index="index" item="item" open="(" separator=",">
#{item}
</foreach>
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment