select o.*,(select count(*) from sys_org t where t.orgsupid=o.orgid) isLeaf from sys_org o where 1=1
相关文章
- 07-29Ztree当节点没有下级时不显示下拉图标
2023-07-29 16:39:52
select o.*,(select count(*) from sys_org t where t.orgsupid=o.orgid) isLeaf from sys_org o where 1=1