소스 검색

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

불러오는 중...
취소
저장