SELECT s.* FROM YT_MODULE s START WITH s.parent_id = 1114 CONNECT BY PRIOR s.id = s.parent_id
114换成节点主键,便可查询当前节点下全部子节点ide