`id`,`tenant_id`,`coupon_id`,`coupon_order_id`,`channel_type`,`channel_id`,`create_time` where 1 = 1 and `id` = #{id} and `tenant_id` = #{tenantId} and `game_id` = #{gameId} and `user_id` = #{userId} and `coupon_order_id` = #{couponOrderId} and `create_time` = #{createTime} and `create_time` >= #{startTime} and `create_time` <= #{endTime} and id in #{idItem} order by ${sortColumns}