创建订单修改

This commit is contained in:
SongZhang 2024-09-28 09:45:07 +08:00
parent 70291911a6
commit 76264b379a
1 changed files with 1 additions and 1 deletions

View File

@ -1195,7 +1195,7 @@ public class TbShopTableServiceImpl implements TbShopTableService {
orderInfo.setProductAmount(saleAmount);
orderInfo.setOrderAmount(totalAmount);
orderInfo.setFreightAmount(feeAmount);
orderInfo.setTableId(String.valueOf(createOrderDTO.getTableId()));
orderInfo.setTableId(createOrderDTO.getTableId());
orderInfo.setSendType("table");
orderInfo.setOrderType("cash");
orderInfo.setShopId(createOrderDTO.getShopId().toString());