首頁 > 資料庫 > mysql教程 > zTree mysql json

zTree mysql json

WBOY
發布: 2016-06-07 14:58:13
原創
1630 人瀏覽過

mysql语句查询返回json格式的数据,匹配zTree的数据接口 无 select c.id as id,c.pId as pId,c.name as name,c.checked as checked,c.type as type from(select a.funtypeid id,0 pId,a.name name,IF((select COUNT(*) from t_role_function f,t_fun_item g w

mysql语句查询返回json格式的数据,匹配zTree的数据接口
select c.id as id,c.pId as pId,c.name as name,c.checked as checked,c.type as type from(
select 
a.funtypeid id,
0 pId,
a.name name,
IF((select COUNT(*) from t_role_function f,t_fun_item g where f.funid = g.funid and g.funtypeid = a.funtypeid AND f.roleid = 'systemuser')>0,'true','false') as checked,
'parent' type
from t_fun_type a
union all
select 
b.funid id,
b.funtypeid pId,
b.funname name,
IF((select COUNT(*) from t_role_function e where e.funid = b.funid AND e.roleid = 'systemuser')>0,'true','false') as checked,
'childern' type
from t_fun_item b
)  c
登入後複製
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板