select id, type, user_id, create_by, create_time, update_by, update_time
from ard_call_session
insert into ard_call_session
id,type,user_id,create_by,create_time,update_by,update_time,#{id},#{type},#{userId},#{createBy},#{createTime},#{updateBy},#{updateTime},
update ard_call_session
type = #{type},user_id = #{userId},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},
where id = #{id}
delete
from ard_call_session
where id = #{id}
delete from ard_call_session where id in
#{id}