|
@@ -1633,7 +1633,7 @@ public class Neo4jAPI {
|
|
|
results.add(name.replace("\"", ""));
|
|
|
}
|
|
|
} else if (3 == sort1) {
|
|
|
- if (medicalIndicationDetail3 == null) {
|
|
|
+ /*if (medicalIndicationDetail3 == null) {
|
|
|
medicalIndicationDetail3 = new MedicalIndicationDetail();
|
|
|
}
|
|
|
medicalIndicationDetail3.setType(3);
|
|
@@ -1650,7 +1650,7 @@ public class Neo4jAPI {
|
|
|
shiJsonObject.put("state", Integer.parseInt(state1));
|
|
|
shiFouList.add(shiJsonObject);
|
|
|
shiFouJson.put("details", shiFouList);
|
|
|
- medicalIndicationDetail3.setContent(shiFouJson);
|
|
|
+ medicalIndicationDetail3.setContent(shiFouJson);*/
|
|
|
}
|
|
|
}
|
|
|
for (String re : results) {
|