fix: 购物车全部退单清空购物车

This commit is contained in:
张松
2024-12-20 10:08:54 +08:00
parent d6e1b048f8
commit 23bb11af55

View File

@@ -926,8 +926,8 @@ public class TbShopTableServiceImpl implements TbShopTableService {
.multiply(removeCartDTO.getNum()));
}
// ShopEatTypeInfoDTO shopEatTypeInfoDTO = checkEatModel(cashierCart.getShopId(), cashierCart.getTableId());
// checkTakeOutEmptyAndClear(cashierCart, shopEatTypeInfoDTO);
ShopEatTypeInfoDTO shopEatTypeInfoDTO = checkEatModel(cashierCart.getShopId(), cashierCart.getTableId());
checkTakeOutEmptyAndClear(cashierCart, shopEatTypeInfoDTO);
}