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

This commit is contained in:
2024-10-26 14:36:31 +08:00
parent 1d2fdef344
commit 70f8dfd887

View File

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