@@ -135,6 +135,7 @@ const gradeQuestionWithRetry = async (aiBatchCorrection, params, workId, questio
}
+ saveToAiBatchCorrection(aiBatchCorrection, workId, questionId, 0, "批改失败");
throw lastErr;
};