台桌接口修改
This commit is contained in:
@@ -66,7 +66,7 @@ public class ShopTableServiceImpl extends ServiceImpl<ShopTableMapper, ShopTable
|
||||
ShopTable shopTable = new ShopTable();
|
||||
shopTable.setShopId(shopId);
|
||||
shopTable.setName(name);
|
||||
shopTable.setMaxCapacity(shopTableAddDTO.getCapacity());
|
||||
shopTable.setMaxCapacity(shopTableAddDTO.getMaxCapacity());
|
||||
shopTable.setAreaId(shopTableAddDTO.getAreaId());
|
||||
shopTable.setStatus(ShopTableStatusEnum.CLOSED.getValue());
|
||||
tableArrayList.add(shopTable);
|
||||
|
||||
Reference in New Issue
Block a user