台桌绑定之后修改为空闲

This commit is contained in:
张松
2025-03-06 15:01:12 +08:00
parent c42b5ee77d
commit ce303ca0b5

View File

@@ -236,6 +236,7 @@ public class ShopTableServiceImpl extends ServiceImpl<ShopTableMapper, ShopTable
shopTableCodeService.updateById(tableCode);
shopTable.setTableCode(tableCode.getTableCode());
shopTable.setStatus(ShopTableStatusEnum.IDLE.getValue());
return updateById(shopTable);
}
}