From 127fd65efb9ee811458b6de33c7b6cb06c323703 Mon Sep 17 00:00:00 2001
From: xuyonghao <898441624@qq.com>
Date: 星期五, 27 十二月 2024 15:00:27 +0800
Subject: [PATCH] 权限详情-增加type字段区分机构与个人菜单
---
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