外带不结束购物车状态

This commit is contained in:
2024-10-23 09:11:23 +08:00
parent 20416c7774
commit 0831cb5ace

View File

@@ -785,7 +785,7 @@ public class OrderService {
}
// 先付费模式,结束购物车状态
if (eatTypeInfoDTO.isDineInBefore() || eatTypeInfoDTO.isTakeout()) {
if (eatTypeInfoDTO.isDineInBefore()) {
cashierCart.setStatus("final");
}