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