From 81babd161a14b95e32e2c494d3f86944cf453453 Mon Sep 17 00:00:00 2001 From: xuhx <1216720373@qq.com> Date: Fri, 3 Sep 2021 12:43:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0=E7=BA=B8=E5=8C=96=E5=BD=92=E6=A1=A3?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/Archive_DetailMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/Archive_DetailMapper.xml b/src/main/resources/mapper/Archive_DetailMapper.xml index 361273b7..9d1a6a3c 100644 --- a/src/main/resources/mapper/Archive_DetailMapper.xml +++ b/src/main/resources/mapper/Archive_DetailMapper.xml @@ -112,8 +112,8 @@ and id=#{masterid,jdbcType=VARCHAR} )+'%' and admission_date_time=(select admission_date_time from Archive_Master where 1=1 - - and id=#{patientId,jdbcType=VARCHAR} + + and id=#{masterid,jdbcType=VARCHAR} ) and patindex('%B%',inp_no) != 0 and id!=#{masterid,jdbcType=VARCHAR}