提交空指针bug修复
This commit is contained in:
@@ -94,6 +94,7 @@ public class ClaimVerificationServiceImpl implements ClaimVerificationService {
|
||||
if (claimVerificationFileAnalysisDTO == null) {
|
||||
log.error("售后索赔检核文件入参为空");
|
||||
saveException("售后索赔检核文件分析入参为空", aiAnalysisRequestId, null);
|
||||
return;
|
||||
}
|
||||
JSONObject diFyObject = new JSONObject();
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user