|
@@ -4,7 +4,7 @@ import com.diagbot.dto.NeoEntityDTO;
|
|
|
import com.diagbot.entity.node.Symptom;
|
|
|
import com.diagbot.entity.node.base.BaseNode;
|
|
|
import com.diagbot.repository.*;
|
|
|
-import com.diagbot.util.GenericNode;
|
|
|
+//import com.diagbot.util.GenericNode;
|
|
|
import com.diagbot.util.StringUtil;
|
|
|
import com.diagbot.vo.*;
|
|
|
|
|
@@ -60,8 +60,8 @@ public class EntityFacade {
|
|
|
switch (label) {
|
|
|
case "症状":
|
|
|
List<Symptom> symptoms = symptomNameRepository.findByNameIs(name);
|
|
|
- GenericNode<Symptom> sNodes = new GenericNode<>();
|
|
|
- baseNodes = sNodes.fillNodeTree(symptoms);
|
|
|
+// GenericNode<Symptom> sNodes = new GenericNode<>();
|
|
|
+// baseNodes = sNodes.fillNodeTree(symptoms);
|
|
|
break;
|
|
|
}
|
|
|
|