select id, content, change_count, company_id, create_time from fastgpt_chat_voice_homo
insert into fastgpt_chat_voice_homo
id,content,change_count,company_id,create_time,#{id},#{content},#{changeCount},#{companyId},#{createTime},
update fastgpt_chat_voice_homo
content = #{content},change_count = #{changeCount},company_id = #{companyId},create_time = #{createTime},
where id = #{id}
delete from fastgpt_chat_voice_homo where id = #{id}
delete from fastgpt_chat_voice_homo where id in
#{id}