外带不结束购物车状态
This commit is contained in:
parent
20416c7774
commit
0831cb5ace
|
|
@ -785,7 +785,7 @@ public class OrderService {
|
||||||
}
|
}
|
||||||
|
|
||||||
// 先付费模式,结束购物车状态
|
// 先付费模式,结束购物车状态
|
||||||
if (eatTypeInfoDTO.isDineInBefore() || eatTypeInfoDTO.isTakeout()) {
|
if (eatTypeInfoDTO.isDineInBefore()) {
|
||||||
cashierCart.setStatus("final");
|
cashierCart.setStatus("final");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue