赞
踩
- <if test="params.parentUuidList != null and params.parentUuidList.size > 0 ">
- AND(
- <foreach collection="params.parentUuidList" index="index" item="item" open="" separator="or" close="">
- FIND_IN_SET(#{item},parent_uuid)
- </foreach>
- )
- </if>
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。