fix: 修复小程序点单台桌人数未更新
This commit is contained in:
@@ -1172,7 +1172,7 @@ public class CartService {
|
||||
shopTable.setProductNum(totalNum);
|
||||
shopTable.setTotalAmount(totalAmount);
|
||||
shopTable.setRealAmount(totalAmount);
|
||||
shopTable.setSeatNum(seatNum);
|
||||
shopTable.setSeatNum(orderInfo.getSeatCount());
|
||||
mpShopTableService.updateById(shopTable);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user