From 6d03aa3a67d55d237db3543efe6bada1f74c2b19 Mon Sep 17 00:00:00 2001 From: "jian.wang" <824612544@qq.com> Date: Tue, 10 Sep 2024 10:39:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/CommomMapper.xml | 4 +- .../views/otherManage/recordLogList.jsp | 2 +- src/main/webapp/index.jsp | 53 ++++++++++++++----- .../bloodPurification/documentList.js | 3 +- 4 files changed, 44 insertions(+), 18 deletions(-) diff --git a/src/main/resources/mapper/CommomMapper.xml b/src/main/resources/mapper/CommomMapper.xml index 25be858..7930cf0 100644 --- a/src/main/resources/mapper/CommomMapper.xml +++ b/src/main/resources/mapper/CommomMapper.xml @@ -1406,8 +1406,8 @@ c.file_path filePath, c.patient_id patientId from commomtable c - where c.inpatient_no= #{inpatientNo} - AND c.dis_date like #{disDate} + '%' + where c.inpatient_no = #{inpatientNo} + AND CONVERT(varchar(30),c.dis_date,23) = #{disDate} + + @@ -103,21 +117,26 @@
-