`id`,`points`,`level`,`description`,`create_date`,`tenant_id` where 1 = 1 and `id` = #{id} and `points` = #{points} and `level` like concat('%', #{level},'%') and `description` like concat('%', #{description},'%') and `create_date` = #{createDate} and `tenant_id` = #{tenantId} and id in #{idItem} order by ${sortColumns} delete from wx_level_config where `tenant_id` = #{tenantId};