zTree mysql json
发布时间:2021-01-16 09:43:45 所属栏目:MySql教程 来源:网络整理
导读:今天PHP站长网 52php.cn把收集自互联网的代码分享给大家,仅供参考。 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 CO
|
以下代码由PHP站长网 52php.cn收集自互联网 现在PHP站长网小编把它分享给大家,仅供参考 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,'childern' type from t_fun_item b ) c 以上内容由PHP站长网【52php.cn】收集整理供大家参考研究 如果以上内容对您有帮助,欢迎收藏、点赞、推荐、分享。 (编辑:帝国网站管理系统) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- Mysql 5.7中Gtid和Last_commt sequnce_number的生成机遇是什
- MySQL相当于ORACLES rank()
- 如何用正确的态度审视SQL Server数据库
- 锦江之星CIO:先做私有云 目标混合云
- PHP变量未填充到表单上的HTML datetime-local字段中
- mysql-如果值在特定时间段之前和之后存在,则创建日期列表
- 使用 MERGE 在单个语句中对表执行 INSERT 和 UPDATE 操作
- Java大牛分享关于Redis缓存的几道典型面试题
- 携程一次Redis迁移容器后Slowlog“异常”分析
- IBATIS2.0映射文件 oracle/mysql 版实现示例,功能全面且丰

