INSERT INTO complaint_collection ( id, source_table, origin_id, discovery_time, responder_name, responder_phone, business_type_name, thing_desc, involved_issue, second_depart_name, third_depart_name, involve_problem, distribution_state, second_depart_id, third_depart_id, problem_sources_code, problem_sources, police_type_name, channel_for_filing_complaints, acceptance_level, initial_petition, entanglement_visits, mass_visits, police_type, responder_id_code, people_number, appeal, business_class, register_depart_name, transfer_depart, handle_method, handle_depart_name, completed_time, involve_depart_name, receiving_leader_name, is_mian_responsib, receiving_depart_name, negative_id, petition_type, petition_processing_status, happen_time, is_real, source, creator, source_involve_depart_name, outer_id, crx_state, business_type_code, check_status, check_status_name, check_status_desc, processing_status, accountability_target, crt_time, gwf1, gwf2, gwf3, gwf4, gwf5, create_by, create_time, update_by, update_time, delete_flag ) VALUES ( #{item.id}, #{item.sourceTable}, #{item.originId}, #{item.discoveryTime}, #{item.responderName}, #{item.responderPhone}, #{item.businessTypeName}, #{item.thingDesc}, #{item.involvedIssue}, #{item.secondDepartName}, #{item.thirdDepartName}, #{item.involveProblem}, #{item.distributionState}, #{item.secondDepartId}, #{item.thirdDepartId}, #{item.problemSourcesCode}, #{item.problemSources}, #{item.policeTypeName}, #{item.channelForFilingComplaints}, #{item.acceptanceLevel}, #{item.initialPetition}, #{item.entanglementVisits}, #{item.massVisits}, #{item.policeType}, #{item.responderIdCode}, #{item.peopleNumber}, #{item.appeal}, #{item.businessClass}, #{item.registerDepartName}, #{item.transferDepart}, #{item.handleMethod}, #{item.handleDepartName}, #{item.completedTime}, #{item.involveDepartName}, #{item.receivingLeaderName}, #{item.isMianResponsib}, #{item.receivingDepartName}, #{item.negativeId}, #{item.petitionType}, #{item.petitionProcessingStatus}, #{item.happenTime}, #{item.isReal}, #{item.source}, #{item.creator}, #{item.sourceInvolveDepartName}, #{item.outerId}, #{item.crxState}, #{item.businessTypeCode}, #{item.checkStatus}, #{item.checkStatusName}, #{item.checkStatusDesc}, #{item.processingStatus}, #{item.accountabilityTarget}, #{item.crtTime}, #{item.gwf1}, #{item.gwf2}, #{item.gwf3}, #{item.gwf4}, #{item.gwf5}, #{item.createBy}, #{item.createTime}, #{item.updateBy}, #{item.updateTime}, #{item.deleteFlag} )