外带不结束购物车状态

This commit is contained in:
SongZhang 2024-10-23 09:11:23 +08:00
parent 20416c7774
commit 0831cb5ace
1 changed files with 1 additions and 1 deletions

View File

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