|
@@ -39,10 +39,7 @@ public interface BillManRepository extends Neo4jRepository<BillItemDetail,Long>
|
|
|
"end as type," +
|
|
|
"id(m) as conceptId,m.name as conceptName,labels(m)[0] as conceptType,\n" +
|
|
|
"id(r) as relationId,type(r) as relationName,r.状态 as relationStatus, \n" +
|
|
|
- "id(n) as conditionId," +
|
|
|
- "(case labels(n)[0] " +
|
|
|
- " n.name as conditionName," +
|
|
|
- "labels(n)[0] as conditionType \n" +
|
|
|
+ "id(n) as conditionId,n.name as conditionName,labels(n)[0] as conditionType \n" +
|
|
|
"order by id(r) desc",
|
|
|
countQuery = "match(m)-[r]->(n) \n" +
|
|
|
"where 1 = 1 \n" +
|