`id`,`tenant_id`,`phone`,`coupon_channel_id`,`coupon_id`,`coupon_order_id`,`create_date`,`update_date`,`status` where 1 = 1 and `id` = #{id} and `tenant_id` = #{tenantId} and `phone` = #{phone} and `coupon_channel_id` = #{couponChannelId} and `coupon_id` = #{couponId} and `coupon_order_id` = #{couponOrderId} and `create_date` = #{createDate} and `update_date` = #{updateDate} and `status` = #{status} and id in #{idItem} order by ${sortColumns}