select id, yhid, yhmc, ai_type, type_name, result, error_msg, json_result, create_time from third_ai_his insert into third_ai_his id, yhid, yhmc, ai_type, type_name, result, error_msg, json_result, create_time, #{id}, #{yhid}, #{yhmc}, #{aiType}, #{typeName}, #{result}, #{errorMsg}, #{jsonResult}, now() update third_ai_his yhid = #{yhid}, yhmc = #{yhmc}, ai_type = #{aiType}, type_name = #{typeName}, result = #{result}, error_msg = #{errorMsg}, json_result = #{jsonResult}, create_time = #{createTime}, where id = #{id} delete from third_ai_his where id = #{id} delete from third_ai_his where id in #{id}