select id, user_id, plant_name, url, response, msg, create_time from as_plant_identify_log insert into as_plant_identify_log user_id, plant_name, url, response, msg, create_time, #{userId}, #{plantName}, #{url}, #{response}, #{msg}, #{createTime}, update as_plant_identify_log user_id = #{userId}, plant_name = #{plantName}, url = #{url}, response = #{response}, msg = #{msg}, create_time = #{createTime}, where id = #{id} delete from as_plant_identify_log where id = #{id} delete from as_plant_identify_log where id in #{id}