Skip to content

Commit

Permalink
feat-RuntimeController-菜单树带出模块id
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Oct 7, 2024
1 parent 5197288 commit 3033465
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public IRuntimeUser whoami() {
public List<TreeNode> menu(@QueryParam("terminalType") String terminalType) {
// if (config.isSuperUser(whoami().getId())) {
List<Map<String, Object>> list = db.query("""
select id,pid,v_alias,v_name,v_url,'' as v_icon,'tab' as opentype from platform.app_module
select id,pid,id as id_at_app_module,v_alias,v_name,v_url,'' as v_icon,'tab' as opentype from platform.app_module
where b_system = true;
""");

Expand Down

0 comments on commit 3033465

Please sign in to comment.