提交空指针bug修复

This commit is contained in:
jie.lu
2025-08-14 13:48:16 +08:00
parent eab30d96fb
commit 83c1539dbb

View File

@@ -94,6 +94,7 @@ public class ClaimVerificationServiceImpl implements ClaimVerificationService {
if (claimVerificationFileAnalysisDTO == null) {
log.error("售后索赔检核文件入参为空");
saveException("售后索赔检核文件分析入参为空", aiAnalysisRequestId, null);
return;
}
JSONObject diFyObject = new JSONObject();
try {