瀏覽代碼

les racines sont triées par plugin

master
tibo 5 年之前
父節點
當前提交
093df5de53
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      api/get.php

+ 1
- 1
api/get.php 查看文件

@ -16,7 +16,7 @@ $where_clause = 'WHERE 1 = 1';
$sql = '
WITH arbre (parent, id, link, code, name, level, path) AS (
SELECT 0, id, link, code, libelle, 0, "{0} [" || id || "]"
SELECT 0, id, link, code, libelle, 0, "{" || plugin || "} [" || id || "]"
FROM v_items_tree WHERE parent IS NULL
UNION ALL
SELECT

Loading…
取消
儲存