From 9e0b5f822d28becfe49229e4fb0d5d89587a5cac Mon Sep 17 00:00:00 2001 From: gongzhenkun <1658878546@qq.com> Date: Fri, 26 Aug 2022 15:56:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=82=A3=E8=80=85=E6=9F=A5=E8=AF=A2SQL?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/TPatientMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TPatientMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TPatientMapper.xml index b4f0a59..e6533a0 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TPatientMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TPatientMapper.xml @@ -156,7 +156,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" and b.hospital_id = #{hospitalId} - and b.doctor_d = #{doctorId} + and b.doctor_id = #{doctorId} and d.name like concat('%', #{doctorName}, '%')