|
@@ -145,8 +145,6 @@ public class TrialClassificationTreeController extends BladeController {
|
|
if(map.get(parentId)!=null){
|
|
if(map.get(parentId)!=null){
|
|
return map.get(parentId);
|
|
return map.get(parentId);
|
|
}
|
|
}
|
|
- }else {
|
|
|
|
- return trialClassificationTreeService.selectAncestors(parentId);
|
|
|
|
}
|
|
}
|
|
return null;
|
|
return null;
|
|
}
|
|
}
|