1.代客下单 选择会员fix

This commit is contained in:
SongZhang 2024-08-20 18:15:37 +08:00
parent 4e5c560d95
commit 7d1571628f
1 changed files with 1 additions and 0 deletions

View File

@ -1067,6 +1067,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
public Object updateVip(UpdateVipDTO updateVipDTO) {
LambdaUpdateWrapper<TbCashierCart> queryWrapper = new LambdaUpdateWrapper<>();
queryWrapper.eq(TbCashierCart::getTableId, updateVipDTO.getTableId())
.eq(TbCashierCart::getMasterId, updateVipDTO.getMasterId())
.eq(TbCashierCart::getShopId, updateVipDTO.getShopId());
if (updateVipDTO.getType().equals(0)) {