From b7c3a1f09e39a05cfb7c8f8feeb19c4697fb7f7d Mon Sep 17 00:00:00 2001 From: chenbingxuan <3581044601@qq.com> Date: Sat, 20 Jan 2024 09:42:23 +0800 Subject: [PATCH] 1.20 --- .../src/main/resources/mapper/doctor/PatientMapper.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doctor-modules/doctor-health/src/main/resources/mapper/doctor/PatientMapper.xml b/doctor-modules/doctor-health/src/main/resources/mapper/doctor/PatientMapper.xml index 21a7a0c..cd69cf9 100644 --- a/doctor-modules/doctor-health/src/main/resources/mapper/doctor/PatientMapper.xml +++ b/doctor-modules/doctor-health/src/main/resources/mapper/doctor/PatientMapper.xml @@ -50,10 +50,5 @@ from sick_circle where disease like '%${keyWord}%' or title like '%${keyWord}%' or detail like '%${keyWord}%'; -