select id, oid, type, start_call_time, callerstate, end_time, duration, recurl from order_call insert into order_call oid, type, start_call_time, callerstate, end_time, duration, recurl, #{oid}, #{type}, #{startCallTime}, #{callerstate}, #{endTime}, #{duration}, #{recurl}, update order_call oid = #{oid}, type = #{type}, start_call_time = #{startCallTime}, callerstate = #{callerstate}, end_time = #{endTime}, duration = #{duration}, recurl = #{recurl}, where id = #{id} delete from order_call where id = #{id} delete from order_call where id in #{id}