select id, auth_code, create_time, update_time from license_info insert into license_info( auth_code, create_time )values( #{authCode}, sysdate() ) update license_info auth_code = #{authCode}, update_time = sysdate() where id = #{id} delete from license_info