Update ClaimVerificationServiceImpl.java
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user