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