INSERT INTO statistics_research_metadata_research_group_find(research_id,research_no,research_name,research_create_time,research_start_time,research_end_time,
INSERT INTO statistics_research_metadata_account_group_find(org_id,site_id,company_id,account_id,account_work_num,account_name,account_fullname,org_name,org_parent_names,
SELECT b.id as researchId ,a.account_id as accountId ,1 as canState,1 as joinState ,MIN(a.submit_time) as finishTime,MIN(a.create_time) as researchAnswerCreateTime
FROM tr_research_answer a
LEFT JOIN research b ON a.research_id=b.id
WHERE a.research_id=b.id AND a.research_id=#{researchId} AND