Update ClaimVerificationServiceImpl.java

This commit is contained in:
ama1
2025-09-10 20:49:00 +08:00
parent 20e24ebb38
commit 810beece3a

View File

@@ -377,10 +377,10 @@ public class ClaimVerificationServiceImpl implements ClaimVerificationService {
toAfter = diFyObject.getJSONObject("textDoc").toJSONString(); toAfter = diFyObject.getJSONObject("textDoc").toJSONString();
if(toAfter == null || toAfter.isEmpty()){ if(toAfter == null || toAfter.isEmpty()){
toAfter = diFyObject.getJSONObject("textImage").toJSONString(); toAfter = diFyObject.getJSONObject("textImage").toJSONString();
}
if(toAfter == null || toAfter.isEmpty()){ if(toAfter == null || toAfter.isEmpty()){
throw new RuntimeException(" 售后索赔检核文件分析dify返回结果为空"); throw new RuntimeException(" 售后索赔检核文件分析dify返回结果为空");
} }
}
} catch (Exception e) { } catch (Exception e) {