|
|
@ -109,7 +109,7 @@ public class XmMenuController { |
|
|
idSet.add(id); |
|
|
idSet.add(id); |
|
|
String pidPaths= (String) map.get("pidPaths"); |
|
|
String pidPaths= (String) map.get("pidPaths"); |
|
|
pidPaths=PubTool.getPidPaths(pidPaths,id); |
|
|
pidPaths=PubTool.getPidPaths(pidPaths,id); |
|
|
if(pidPaths.length()<=2){ |
|
|
|
|
|
|
|
|
if(pidPaths==null || pidPaths.length()<=2){ |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
pidPathsSet.add(pidPaths); |
|
|
pidPathsSet.add(pidPaths); |
|
|
@ -163,7 +163,7 @@ public class XmMenuController { |
|
|
idSet.add(id); |
|
|
idSet.add(id); |
|
|
String pidPaths= (String) map.get("pidPaths"); |
|
|
String pidPaths= (String) map.get("pidPaths"); |
|
|
pidPaths=PubTool.getPidPaths(pidPaths,id); |
|
|
pidPaths=PubTool.getPidPaths(pidPaths,id); |
|
|
if(pidPaths.length()<=2){ |
|
|
|
|
|
|
|
|
if(pidPaths==null || pidPaths.length()<=2){ |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
pidPathsSet.add(pidPaths); |
|
|
pidPathsSet.add(pidPaths); |
|
|
@ -214,7 +214,7 @@ public class XmMenuController { |
|
|
idSet.add(id); |
|
|
idSet.add(id); |
|
|
String pidPaths= (String) map.get("pidPaths"); |
|
|
String pidPaths= (String) map.get("pidPaths"); |
|
|
pidPaths=PubTool.getPidPaths(pidPaths,id); |
|
|
pidPaths=PubTool.getPidPaths(pidPaths,id); |
|
|
if(pidPaths.length()<=2){ |
|
|
|
|
|
|
|
|
if(pidPaths==null || pidPaths.length()<=2){ |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
pidPathsSet.add(pidPaths); |
|
|
pidPathsSet.add(pidPaths); |
|
|
@ -267,7 +267,7 @@ public class XmMenuController { |
|
|
idSet.add(id); |
|
|
idSet.add(id); |
|
|
String pidPaths= (String) map.get("pidPaths"); |
|
|
String pidPaths= (String) map.get("pidPaths"); |
|
|
pidPaths=PubTool.getPidPaths(pidPaths,id); |
|
|
pidPaths=PubTool.getPidPaths(pidPaths,id); |
|
|
if(pidPaths.length()<=2){ |
|
|
|
|
|
|
|
|
if(pidPaths==null || pidPaths.length()<=2){ |
|
|
continue; |
|
|
continue; |
|
|
} |
|
|
} |
|
|
pidPathsSet.add(pidPaths); |
|
|
pidPathsSet.add(pidPaths); |
|
|
|