From 9a861b49cef97b5edc2c7a949828b95d4ebb5d75 Mon Sep 17 00:00:00 2001 From: wyb <1977763549@qq.com> Date: Tue, 24 Oct 2023 10:53:16 +0800 Subject: [PATCH] =?UTF-8?q?mapper=20=E5=AF=B9=E8=B1=A1=E5=88=AB=E5=90=8D?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/TBasicMapper.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/mapper/TBasicMapper.xml b/src/main/resources/mapper/TBasicMapper.xml index c3edd9a..aa4af8c 100644 --- a/src/main/resources/mapper/TBasicMapper.xml +++ b/src/main/resources/mapper/TBasicMapper.xml @@ -21,19 +21,19 @@ `docus_medicalrecord`.`t_basic` WHERE is_cancel=0 - + and `patient_id` = #{basic.patientId} - + and `jzh` = #{basic.jzh} and `emp_id` = #{basic.empId} - + and `inpatient_no` = #{basic.inpatientNo} - + and `admiss_times` = #{basic.admissTimes} limit 2