SELECT temp01.person_name AS "姓名", temp01.org_name AS "所属院系", temp01.tech_duty AS "当前职称", temp01.tech_gwdj AS "当前岗位等级", temp01.society_name AS "当前任职学会", temp01.society_position AS "任职职务", temp01.photo_works AS "摄影作品", temp01._univ_demo_szxxsb_xh_name_0 AS "_univ_demo_szxxsb_xh_name_0", temp01._univ_demo_tech_duty_name_0 AS "_univ_demo_tech_duty_name_0", temp01._univ_demo_tech_gwdj_name_0 AS "_univ_demo_tech_gwdj_name_0" FROM (MATCH (person:/univ_demo/person WHERE id in ('univ_demo_person:UN008165', 'univ_demo_person:UN007784', 'univ_demo_person:UN212027', 'univ_demo_person:UN007225', 'univ_demo_person:UN212053', 'univ_demo_person:UN000347') AND status = '在职')-[:person_to_org*1..1]->(org:/univ_demo/org), (person)-[:person_to_tech_duty*1..1]->(tech_duty:/univ_demo/tech_duty WHERE last_flag = '是'), (person)-[:person_to_tech_gwdj*1..1]->(tech_gwdj:/univ_demo/tech_gwdj WHERE last_flag = '是'), (person)-[:person_to_szxxsb_xh*1..1]->(society:/univ_demo/szxxsb_xh WHERE pq_jssj is null OR pq_jssj > 1.777392e+12) RETURN person.name AS "person_name", org.name AS "org_name", tech_duty.duty AS "tech_duty", tech_gwdj.hj_dj AS "tech_gwdj", society.xm_name AS "society_name", society.wcrpm AS "society_position", person.photo_works AS "photo_works", society.name AS "_univ_demo_szxxsb_xh_name_0", tech_duty.name AS "_univ_demo_tech_duty_name_0", tech_gwdj.name AS "_univ_demo_tech_gwdj_name_0") temp01 LIMIT 0, 500000 WITH TIMEOUT = 6m /** output() count(7) matchcount("姓名", "毛辉爱", 1) matchcount("姓名", "余念贤", 2) matchcount("姓名", "水涵学", 1) matchcount("姓名", "苏明雅", 1) matchcount("姓名", "吴辉忠", 1) matchcount("姓名", "石构", 1) **/ ;