Skip to content

Commit 3dd6968

Browse files
committed
feat: Tool type in resource authorization
1 parent 1f5544b commit 3dd6968

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/system_manage/sql/get_tool_user_resource_permission.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ FROM (
1313
user_id,
1414
workspace_id,
1515
icon,
16-
folder_id
16+
folder_id,
17+
tool_type
1718
FROM
1819
tool
1920
${query_set}

0 commit comments

Comments
 (0)