select caller_id, company_id, company_user_id, caller_no, mobile, status, remark,bind_time from company_voice_caller
insert into company_voice_caller
company_id,
company_user_id,
caller_no,
mobile,
status,
remark,
bind_time,
#{companyId},
#{companyUserId},
#{callerNo},
#{mobile},
#{status},
#{remark},
#{bindTime},,
update company_voice_caller
company_id = #{companyId},
company_user_id = #{companyUserId},
caller_no = #{callerNo},
mobile = #{mobile},
status = #{status},
remark = #{remark},
bind_time = #{bindTime}
where caller_id = #{callerId}
delete from company_voice_caller where caller_id = #{callerId}
delete from company_voice_caller where caller_id in
#{callerId}