From fdbd37eb2516b67ca41b0b71b738e3368e2825fe Mon Sep 17 00:00:00 2001 From: xuyonghao <898441624@qq.com> Date: 星期五, 27 十二月 2024 11:33:47 +0800 Subject: [PATCH] 用户所属部门与角色所属部门过滤 --- app/task/fetch_agent.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/task/fetch_agent.py b/app/task/fetch_agent.py index bbb4da9..8cb7e5a 100644 --- a/app/task/fetch_agent.py +++ b/app/task/fetch_agent.py @@ -483,7 +483,7 @@ import_type_table(db, node) print("add resourceType record successfully") else: - print("sync resources successfully") + print("sync resourcesType successfully") if db.query(ResourceModel).count() == 0: with open(os.path.join(ENV_CONF_PATH, "resource.json"), 'r', encoding='utf-8') as file: json_data = json.load(file) -- Gitblit v1.8.0