|
@@ -187,7 +187,8 @@ public class UserTicketOrderController extends BaseApiController {
|
|
|
|
|
|
AppSourceEnum appSourceEnum = AppSourceEnum.getByValue(param.getAppSource());
|
|
|
orderSettleVO.setAppId(appSourceEnum.getAppId());
|
|
|
- orderSettleVO.setChannelId(param.getChannelId());
|
|
|
+ // 从指定门店盲票下单
|
|
|
+ orderSettleVO.setChannelId(param.getSiteId());
|
|
|
|
|
|
QueryWrapper<TicketBoxGoodsListVO> queryWrapper = new QueryWrapper<>();
|
|
|
queryWrapper.eq("t1.is_deleted",0);
|