From 15b2efe52af5d747ec96e388266eb6954f48cb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E5=B0=8F=E4=B8=98?= Date: Mon, 9 Mar 2026 11:31:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20update=5Fgroup=5Fac?= =?UTF-8?q?cess=20=E4=B8=AD=20app=20=E5=8F=98=E9=87=8F=E6=9C=AA=E8=B5=8B?= =?UTF-8?q?=E5=80=BC=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- routers/api/v1/admin/file_app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/api/v1/admin/file_app/__init__.py b/routers/api/v1/admin/file_app/__init__.py index f5ad68f..f10d6fd 100644 --- a/routers/api/v1/admin/file_app/__init__.py +++ b/routers/api/v1/admin/file_app/__init__.py @@ -322,7 +322,7 @@ async def update_group_access( 错误处理: - 404: 应用不存在 """ - await FileApp.get_exist_one(session, app_id) + app = await FileApp.get_exist_one(session, app_id) # 删除旧的用户组关联 old_links_result = await session.exec(