From 429659913dc9e6a8973abe17589d5bacff052918 Mon Sep 17 00:00:00 2001 From: haomingming Date: Fri, 9 Jan 2026 15:58:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../caseplatformcase/service/CaseplatformCaseService.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sa-admin/src/main/java/net/lab1024/sa/admin/module/business/caseplatformcase/service/CaseplatformCaseService.java b/sa-admin/src/main/java/net/lab1024/sa/admin/module/business/caseplatformcase/service/CaseplatformCaseService.java index e7b1a72..debc684 100644 --- a/sa-admin/src/main/java/net/lab1024/sa/admin/module/business/caseplatformcase/service/CaseplatformCaseService.java +++ b/sa-admin/src/main/java/net/lab1024/sa/admin/module/business/caseplatformcase/service/CaseplatformCaseService.java @@ -407,7 +407,7 @@ public class CaseplatformCaseService { for (String id : caseIdList) { CaseplatformCaseEntity caseplatformCase = caseplatformCaseDao.selectById(id); if (caseplatformCase == null) { - throw new BusinessException("处理失败: 存在非法病例1 " + id); + throw new BusinessException("处理失败: 存在非法病例 " + id); } // 已经结算 @@ -420,11 +420,11 @@ public class CaseplatformCaseService { queryWrapper.eq(CasePlatformBankEntity::getExpertId, caseplatformCase.getExpertId()); CasePlatformBankEntity casePlatformBank = casePlatformBankDao.selectOne(queryWrapper); if (casePlatformBank == null) { - throw new BusinessException("处理失败: 存在非法病例2 " + id); + throw new BusinessException("处理失败: 存在非法病例 " + id); } if (!Objects.equals(casePlatformBank.getBankCardNo(), bankCardNo)){ - throw new BusinessException("处理失败: 存在非法病例3 " + id); + throw new BusinessException("处理失败: 存在非法病例 " + id); } // 修改病例结算状态