台桌绑定之后修改为空闲
This commit is contained in:
@@ -236,6 +236,7 @@ public class ShopTableServiceImpl extends ServiceImpl<ShopTableMapper, ShopTable
|
|||||||
shopTableCodeService.updateById(tableCode);
|
shopTableCodeService.updateById(tableCode);
|
||||||
|
|
||||||
shopTable.setTableCode(tableCode.getTableCode());
|
shopTable.setTableCode(tableCode.getTableCode());
|
||||||
|
shopTable.setStatus(ShopTableStatusEnum.IDLE.getValue());
|
||||||
return updateById(shopTable);
|
return updateById(shopTable);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user