外带结束购物车状态
This commit is contained in:
@@ -1285,7 +1285,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 先付费模式,结束购物车状态
|
// 先付费模式,结束购物车状态
|
||||||
if (shopEatTypeInfoDTO.isDineInBefore()) {
|
if (shopEatTypeInfoDTO.isDineInBefore() || shopEatTypeInfoDTO.isTakeout()) {
|
||||||
cashierCart.setStatus("final");
|
cashierCart.setStatus("final");
|
||||||
}
|
}
|
||||||
cashierCartMapper.updateById(cashierCart);
|
cashierCartMapper.updateById(cashierCart);
|
||||||
|
|||||||
Reference in New Issue
Block a user