select voice_id, company_id, times, total_times from company_voice
insert into company_voice
company_id,times,total_times,#{companyId},#{times},#{totalTimes},
update company_voice
company_id = #{companyId},times = #{times},total_times = #{totalTimes},
where voice_id = #{voiceId}
delete from company_voice where voice_id = #{voiceId}
delete from company_voice where voice_id in
#{voiceId}