From 3c6251c1a07c8d7a5d7d38f220f53f46f3674387 Mon Sep 17 00:00:00 2001 From: zhizhi wu <2377881365@qq.com> Date: Wed, 12 May 2021 17:07:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=91=8A=E5=8D=95bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ht/src/main/resources/mapper_dao/HtPatientReportDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ht/src/main/resources/mapper_dao/HtPatientReportDao.xml b/ht/src/main/resources/mapper_dao/HtPatientReportDao.xml index 7512ff02..6a0a210c 100644 --- a/ht/src/main/resources/mapper_dao/HtPatientReportDao.xml +++ b/ht/src/main/resources/mapper_dao/HtPatientReportDao.xml @@ -170,7 +170,7 @@ AND report.type = 2 AND s.type IN ( 0, 2 ) - + and p.name = #{patientName}