fix: 修复小程序点单台桌人数未更新
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user