|
@@ -130,7 +130,8 @@ public class UserTicketController extends BaseApiController {
|
|
|
|
|
|
if (CollectionUtils.isNotEmpty(param.getBoxIds())) {
|
|
|
queryWrapper.in("t1.box_id", param.getBoxIds());
|
|
|
- queryWrapper.eq("t1.sale_channel_type", TicketBoxSaleChannelTypeEnum.PART.getValue());
|
|
|
+ // TODO 先注释掉 销售渠道问题待确认
|
|
|
+// queryWrapper.eq("t1.sale_channel_type", TicketBoxSaleChannelTypeEnum.PART.getValue());
|
|
|
} else {
|
|
|
queryWrapper.eq("t1.sale_channel_type", TicketBoxSaleChannelTypeEnum.ALL.getValue());
|
|
|
}
|