Commit 1528884a by 陶光胜

Merge branch 'developer' of…

Merge branch 'developer' of http://115.159.76.241/base_platform_enterprise/gic-platform-enterprise into developer
parents 6b15ef7f a3e8f493
......@@ -170,9 +170,9 @@
<if test="search != null and search != '' ">
and name like concat('%', #{search}, '%')
</if>
<if test="null != configId and configId.size &gt; 0">
<if test="null != appIdList and appIdList.size &gt; 0">
and config_id in
<foreach close=")" collection="configId" index="index" item="item" open="(" separator=",">
<foreach close=")" collection="appIdList" 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