`id`, `tenant_id`, `level_id`, `coupon_id`, `create_date`, `update_date`
where `tenant_id` = #{finalTenantId}
and `id` = #{id}
and `level_id` = #{levelId}
and `coupon_id` = #{couponId}
and id in
#{idItem}
order by ${sortColumns}
delete from wx_level_config_coupon where `tenant_id` = #{finalTenantId} and level_id = #{levelId}