|
|
@@ -95,6 +95,7 @@ public class AmbServiceImpl extends BaseMybatisDao<AmbSystemMapper> implements A
|
|
|
StringBuffer sb=new StringBuffer();
|
|
|
for (AmbAll ambSystem : ancestorsList) {
|
|
|
for (String s : list) {
|
|
|
+ //第一层无需装配
|
|
|
if (!ambSystem.getId().toString().equals("1")){
|
|
|
if (ambSystem.getId().toString().equals(s)){
|
|
|
sb=sb.append(ambSystem.getName()).append(",");
|