From a3358a509ad3d67e7af902e2d84bdeed6d26c10b Mon Sep 17 00:00:00 2001 From: wyb <1977763549@qq.com> Date: Tue, 28 May 2024 10:02:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=9F=BA=E7=A1=80?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=BF=AE=E6=94=B9=E5=B0=86=E5=BA=8A=E6=9E=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E7=BD=AE=E4=B8=BA=E7=A9=BA=EF=BC=8C=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=B7=BB=E5=8A=A0=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/TBasicMapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/mapper/TBasicMapper.xml b/src/main/resources/mapper/TBasicMapper.xml index 4b1070b..3b75f1b 100644 --- a/src/main/resources/mapper/TBasicMapper.xml +++ b/src/main/resources/mapper/TBasicMapper.xml @@ -49,7 +49,8 @@ `dis_date`,`dis_dept`, `dis_dept_name`, `attending`, `attending_name`, `is_dead`,`file_source`, - `jzh`,`bed_no`, `jz_card_no`, `total_cost` + `jzh`,`bed_no`, `jz_card_no`, `total_cost`, + `create_time`, `update_time` from docus_medicalrecord.t_basic where jzh in #{jzh}