From bcbf6f0b33a9edca3fbc7523abd2940fa4d7f3ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=AE=99=E7=9A=AE=E7=9A=AE=E5=A8=83?= <2964346877@qq.com> Date: Thu, 25 Apr 2024 11:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E6=95=B0=E6=8D=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../server/collection/service/impl/MzZyHisServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/docus/server/collection/service/impl/MzZyHisServiceImpl.java b/src/main/java/com/docus/server/collection/service/impl/MzZyHisServiceImpl.java index 7578ea6..5a3f86f 100644 --- a/src/main/java/com/docus/server/collection/service/impl/MzZyHisServiceImpl.java +++ b/src/main/java/com/docus/server/collection/service/impl/MzZyHisServiceImpl.java @@ -44,7 +44,7 @@ public class MzZyHisServiceImpl implements MzZyHisService { //验证基础数据是否存在 String patientId = tBasicMapper.getPatientIdByJzh(patientInfo.getInpatientNo()); if (Func.isBlank(patientId)) { - throw new BaseException("系统未找到患者数据,住院流水号:" + patientInfo.getInpatientNo()); + throw new RuntimeException("系统未找到患者数据,住院流水号:" + patientInfo.getInpatientNo()); } // 取得映射结果后的无纸化系统id List collectorIds = systemMappingCollectorIds(dto);