zTree mysql json

2014-11-11 0 739
zTree mysql json
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

遇见资源网 sql zTree mysql json http://www.ox520.com/17378.html

上一篇: array to csv
常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务