调整代码不让MQ重试

This commit is contained in:
lxu75
2025-04-17 16:04:43 +08:00
parent 498c26106a
commit ca0b59d98b

View File

@@ -182,7 +182,6 @@ public class ClaimVerificationServiceImpl implements ClaimVerificationService {
log.error("售后索赔检核异常:{}", e.getMessage());
//保存错误日志
saveException(e.getMessage(), aiAnalysisRequestId, diFyObject);
throw new RuntimeException(e);
}
}