dyh-service/dyh-mediate/src/main/java/cn/huge/module/ai/service/AiCaseClassService.java
@@ -465,7 +465,7 @@ if (riskResult != null && riskResult.getIsRiskAi() != null) { try { int riskLevel = Integer.parseInt(riskResult.getIsRiskAi()); if (riskLevel > 3) { if (riskLevel > 4) { CaseInfoUnfold caseInfoUnfold = new CaseInfoUnfold(); caseInfoUnfold.setIsRisk(IS_RISK_STATUS_1); Map<String, Object> caseInfoUnfoldTerms = new HashMap<>();