fix: 修复小程序点单台桌人数未更新

This commit is contained in:
2024-10-26 14:35:27 +08:00
parent 2302254783
commit 1d2fdef344

View File

@@ -1173,6 +1173,7 @@ public class CartService {
shopTable.setTotalAmount(totalAmount);
shopTable.setRealAmount(totalAmount);
shopTable.setSeatNum(orderInfo.getSeatCount());
shopTable.setUseNum(orderInfo.getSeatCount());
mpShopTableService.updateById(shopTable);
}