From 540ce8c379fe1aba817d2db9edd379d9173b199a 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: Wed, 13 Sep 2023 08:32:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=87=E6=BB=A4=E8=A1=80=E6=B6=B2=E5=87=80?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../docus/server/collection/service/impl/TBasicServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/docus/server/collection/service/impl/TBasicServiceImpl.java b/src/main/java/com/docus/server/collection/service/impl/TBasicServiceImpl.java index c88ed18..25f3c14 100644 --- a/src/main/java/com/docus/server/collection/service/impl/TBasicServiceImpl.java +++ b/src/main/java/com/docus/server/collection/service/impl/TBasicServiceImpl.java @@ -116,7 +116,7 @@ public class TBasicServiceImpl implements ITBasicService { Integer num = tBasicMapper.selectOne(tBasicDto.getJzh()); //判断是否血液净化的,是则跳过 - if(ObjectUtil.isNotEmpty(tBasicDto.getInpatientNo())&&tBasicDto.getInpatientNo().contains("x")){ + if(ObjectUtil.isNotEmpty(tBasicDto.getInpatientNo())&&(tBasicDto.getInpatientNo().contains("x")||tBasicDto.getInpatientNo().contains("X"))){ continue; }