分类提交

This commit is contained in:
jie.lu
2025-08-14 13:02:52 +08:00
parent 4771b271ca
commit 5b6d566a13
3 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ public class ClaimVerificationServiceImpl implements ClaimVerificationService {
log.info("售后索赔检核MQ message: {}", message);
ClaimVerificationFileDTO claimVerificationFileAnalysisDTO = JSON.parseObject(message, ClaimVerificationFileDTO.class);
if (claimVerificationFileAnalysisDTO == null) {
log.error("售后索赔检核文件入参为空: {}", claimVerificationFileAnalysisDTO.toString());
log.error("售后索赔检核文件入参为空");
saveException("售后索赔检核文件分析入参为空", aiAnalysisRequestId, null);
}
JSONObject diFyObject = new JSONObject();