From 4faa732b1bd55335b142d5454833a8d5432675fe Mon Sep 17 00:00:00 2001 From: xuyonghao <898441624@qq.com> Date: 星期四, 26 十二月 2024 18:08:42 +0800 Subject: [PATCH] resources_type表同步 --- app/service/service_token.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/service/service_token.py b/app/service/service_token.py index 236a0d7..9707d3c 100644 --- a/app/service/service_token.py +++ b/app/service/service_token.py @@ -118,4 +118,4 @@ await ragflow_service.add_user_tenant(token, user.app_id, u.email, u.app_id) - update_ragflow_user_tenant(sync_user.id) + update_ragflow_user_tenant(user.app_id) -- Gitblit v1.8.0