From 1543b6cca26e338e8f18d2f2c68d3c1ad05f1e0a Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Thu, 14 Apr 2022 09:16:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E4=BA=BA=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E5=A4=96=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/epidemic/PersonTestingDao.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/epdc-cloud-custom/src/main/resources/mapper/epidemic/PersonTestingDao.xml b/epdc-cloud-custom/src/main/resources/mapper/epidemic/PersonTestingDao.xml index 0eabf84..abf4e59 100644 --- a/epdc-cloud-custom/src/main/resources/mapper/epidemic/PersonTestingDao.xml +++ b/epdc-cloud-custom/src/main/resources/mapper/epidemic/PersonTestingDao.xml @@ -67,6 +67,9 @@ CREATED_BY = #{creatorId} ) + + AND t.CREATED_BY = #{creatorId} + AND t.name like '%${name}%'