retry机制抛出异常

This commit is contained in:
lxu75
2025-05-21 11:14:58 +08:00
parent 6016288fd3
commit 0669a5d287

View File

@@ -187,6 +187,7 @@ public class ClaimVerificationServiceImpl implements ClaimVerificationService {
sendErrorCallBack(claimVerificationFileAnalysisDTO, aiAnalysisRequestId);
//保存错误日志
saveException(e.getMessage(), aiAnalysisRequestId, diFyObject);
throw e;
}
}