|
@@ -1314,7 +1314,7 @@ public class Neo4jAPI {
|
|
|
String value = next1.get("value").toString();
|
|
|
String uint = next1.get("uint").toString();
|
|
|
String details = next1.get("details").toString();
|
|
|
- System.out.println(sort1+"\t"+conten+"\t"+sort2+"\t"+item+"\t"+controlType+"\t"+value+"\t"+uint+"\t"+details);
|
|
|
+// System.out.println(sort1+"\t"+conten+"\t"+sort2+"\t"+item+"\t"+controlType+"\t"+value+"\t"+uint+"\t"+details);
|
|
|
if(1==sort1){
|
|
|
if(medicalIndicationDetail1 == null){
|
|
|
medicalIndicationDetail1 = new MedicalIndicationDetail();
|
|
@@ -1344,7 +1344,7 @@ public class Neo4jAPI {
|
|
|
if("年龄".equals(item.replace("\"",""))){
|
|
|
ageJsonObject.put("value", age);
|
|
|
}
|
|
|
- if(!"3".equals(controlType)){
|
|
|
+ if(!"1".equals(controlType)){
|
|
|
ageJsonObject.put("details", details.replace("\"",""));
|
|
|
}else {
|
|
|
String query1="match(i:Item)-[r:详细]->(d:Detail) where i.name="+item+"\n" +
|