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