集成知识图谱到项目中

dev_2.1.0
liu 1 year ago
parent 4647b9d7c3
commit db8d7fa7d1

@ -165,7 +165,7 @@ public class GraphNebulaServiceImpl implements GraphNebulaService {
}
if (ObjectUtil.isNotEmpty(tool)) {
PhysicalVertex physicalVertex = new PhysicalVertex();
physicalVertex.setName("体格检查:" + tool.getToolName() + (location != null ? location.getLocationName() : ""));
physicalVertex.setName("体格检查:" + tool.getToolName() + (location != null ? ("-" + location.getLocationName()) : ""));
physicalDao.insert(physicalVertex);
processMedicalDao.insertEdge(medicalRecVertex, new NoPropertyEdge(), physicalVertex);
// 如果是证实诊断依据,添加到证实诊断依据里面去

Loading…
Cancel
Save