|
@@ -92,7 +92,7 @@ public class ZhcxItpTemplateNodesServiceImpl extends ServiceImpl<ZhcxItpTemplate
|
|
|
"from ZHCX_ITP_TEMPLATE_NODES a \n" +
|
|
|
"left join ZHCX_ITP_TEMPLATE_NODES b on a.pid=b.id\n" +
|
|
|
"left join ZHCX_ITP_TEMPLATE_NODES c on b.pid=c.id\n" +
|
|
|
- "left join ZHCX_ITP_TEMPLATE_NODES e on a.PNODEID=e.id\n" +
|
|
|
+ "left join ZHCX_ITP_TEMPLATE_NODES e on b.PNODEID=e.id\n" +
|
|
|
"where a.ID='"+zhcxItpTemplateNodeSyncProjectVo.getNodeid()+"'";
|
|
|
List<Map<String, Object>> nodes = commonSqlDao.sqlExecutu(sql1);
|
|
|
// 1级
|