select id, url, command, type, mac, sn, result, create_time from et_command_log
insert into et_command_log
url,command,type,mac,sn,result,
create_time
#{url},#{command},#{type},#{mac},#{sn},#{result},
sysdate()
update et_command_log
url = #{url},command = #{command},type = #{type},mac = #{mac},sn = #{sn},result = #{result},
where id = #{id}
delete from et_command_log where id = #{id}
delete from et_command_log where id in
#{id}