`id`,`name`,`url`,`img_url`,`option_limit`,`rules`,`type` where 1 = 1 and `id` = #{id} and `name` like concat('%', #{name},'%') and `url` like concat('%', #{url},'%') and `img_url` like concat('%', #{imgUrl},'%') and `option_limit` = #{optionLimit} and `rules` like concat('%', #{rules},'%') and `type` = #{type} and id in #{idItem} order by ${sortColumns}