fix: 退菜修改

This commit is contained in:
2024-10-31 10:29:23 +08:00
parent 34460c0f0d
commit 921015488e

View File

@@ -1151,9 +1151,10 @@ public class TbShopTableServiceImpl implements TbShopTableService {
seatCart = allCashierCart;
}
if (OrderStatusEnums.CREATE.getValue().equals(allCashierCart.getStatus())) {
cashierCarts.add(allCashierCart);
}
// if (OrderStatusEnums.CREATE.getValue().equals(allCashierCart.getStatus())) {
// cashierCarts.add(allCashierCart);
// }
cashierCarts.add(allCashierCart);
}
if (StrUtil.isNotBlank(createOrderDTO.getTableId())