Update ClaimVerificationServiceImpl.java
This commit is contained in:
@@ -377,9 +377,9 @@ public class ClaimVerificationServiceImpl implements ClaimVerificationService {
|
||||
toAfter = diFyObject.getJSONObject("textDoc").toJSONString();
|
||||
if(toAfter == null || toAfter.isEmpty()){
|
||||
toAfter = diFyObject.getJSONObject("textImage").toJSONString();
|
||||
}
|
||||
if(toAfter == null || toAfter.isEmpty()){
|
||||
throw new RuntimeException(" 售后索赔检核文件分析dify返回结果为空");
|
||||
if(toAfter == null || toAfter.isEmpty()){
|
||||
throw new RuntimeException(" 售后索赔检核文件分析dify返回结果为空");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user