Merge remote-tracking branch 'origin/dev_2.1.0' into dev_2.1.0

dev_2.1.0
xueqingkun 1 year ago
commit cab4c4e492

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

Loading…
Cancel
Save