INSERT INTO report_main ( community_id, flow_no, report_year, report_month, report_day, project_code, project_name, project_content, management_dept, fund_type, fund_subtype, repair_scope, repair_type, status, create_user, create_time, update_time ) VALUES ( #{communityId}, #{flowNo}, #{reportYear}, #{reportMonth}, #{reportDay}, #{projectCode}, #{projectName}, #{projectContent}, #{managementDept}, #{fundType}, #{fundSubtype}, #{repairScope}, #{repairType}, #{status}, #{createUser}, #{createTime}, #{updateTime} )