打印机 单开
支付 就餐模式
This commit is contained in:
@@ -362,6 +362,9 @@ public class OrderInfoCustomServiceImpl implements OrderInfoCustomService {
|
||||
throw new OrderCancelException("订单已过期,请重新下单");
|
||||
}
|
||||
}
|
||||
if (StrUtil.isNotBlank(param.getDineMode())) {
|
||||
orderInfo.setDineMode(param.getDineMode());
|
||||
}
|
||||
ShopInfo shopInfo = shopInfoService.getById(orderInfo.getShopId());
|
||||
AssertUtil.isNull(shopInfo, "生成订单失败,店铺信息不存在");
|
||||
if (param.isVipPrice() && !shopInfo.getIsMemberPrice().equals(1)) {
|
||||
|
||||
Reference in New Issue
Block a user