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