From eb9cd9aadac37dad63f7eb9e47543a05b6b981f2 Mon Sep 17 00:00:00 2001 From: zhangcl Date: Thu, 18 Aug 2022 09:37:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E7=94=9F=E5=88=97=E8=A1=A8=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E5=AD=97=E6=AE=B5=E5=8F=98=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/system/TDoctorMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TDoctorMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TDoctorMapper.xml index c459415..9df1907 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TDoctorMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TDoctorMapper.xml @@ -154,8 +154,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" title, speciality, introduction, - - + char_length(medical_license) as medicalLicense, + char_length(qr_code) as qrCode, del_flag as delFlag, hospital_id as hospitalId, create_time as createTime,