|
@@ -1225,7 +1225,7 @@ public class Neo4jAPI {
|
|
|
"as result_info\n" +
|
|
|
"unwind result_info as row\n" +
|
|
|
"match (n:LIS)-[:结果]->(m:LIS_Result)\n" +
|
|
|
- "where n.name=row.detailName\n" +
|
|
|
+ "where n.name=row.uniqueName\n" +
|
|
|
"with m,\n" +
|
|
|
"case\n" +
|
|
|
"when m.判断1 is null or m.判断1 = '' then '未定义'\n" +
|