update:修改首页-快捷方式的查询

This commit is contained in:
sunzheng
2024-07-26 11:45:37 +08:00
parent 3f874d30be
commit abb8a06f4c
2 changed files with 7 additions and 6 deletions
@@ -120,6 +120,7 @@
p.app_id,
p.home_icon
FROM sys_permission p
INNER JOIN sys_permission p2 ON p.parent_id = p2.id
${ew.customSqlSegment}
</select>