|
@@ -113,7 +113,7 @@ output()
|
|
|
MATCH (sales:/aia/sales)-[:sales_grpcont*1..1]->(grpcont:/aia/grpcont WHERE grpcontno in ('G09***889A','G09***029A')),
|
|
MATCH (sales:/aia/sales)-[:sales_grpcont*1..1]->(grpcont:/aia/grpcont WHERE grpcontno in ('G09***889A','G09***029A')),
|
|
|
(insuregrp:/aia/insuregrp)-[:insuregrp_grpcont*1..1]->(grpcont:/aia/grpcont WHERE grpcontno in ('G09***889A','G09***029A'))
|
|
(insuregrp:/aia/insuregrp)-[:insuregrp_grpcont*1..1]->(grpcont:/aia/grpcont WHERE grpcontno in ('G09***889A','G09***029A'))
|
|
|
-[:grpcont_risk*1..1]->(risk:/aia/risk WHERE id='aia_Risk:308C1')
|
|
-[:grpcont_risk*1..1]->(risk:/aia/risk WHERE id='aia_Risk:308C1')
|
|
|
-RETURN sales.id, grpcont.id, insuregrp.id
|
|
|
|
|
|
|
+RETURN sales.id, grpcont.id, insuregrp.id, risk.id
|
|
|
WITH timeout=60m
|
|
WITH timeout=60m
|
|
|
/**
|
|
/**
|
|
|
output()
|
|
output()
|