select id, body2, body, create_time, type from et_callback_log
insert into et_callback_log
id,body2,body,create_time,type,#{id},#{body2},#{body},#{createTime},#{type},
update et_callback_log
body2 = #{body2},body = #{body},create_time = #{createTime},type = #{type},
where id = #{id}
delete from et_callback_log where id = #{id}
delete from et_callback_log where id in
#{id}