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 debc684..e7b1a72 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("处理失败: 存在非法病例 " + id); + throw new BusinessException("处理失败: 存在非法病例1 " + 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("处理失败: 存在非法病例 " + id); + throw new BusinessException("处理失败: 存在非法病例2 " + id); } if (!Objects.equals(casePlatformBank.getBankCardNo(), bankCardNo)){ - throw new BusinessException("处理失败: 存在非法病例 " + id); + throw new BusinessException("处理失败: 存在非法病例3 " + id); } // 修改病例结算状态