From 5841eff1bb8108e80bcf29715587b3c76977be36 Mon Sep 17 00:00:00 2001 From: zhuqing Date: Fri, 19 Aug 2022 11:12:12 +0800 Subject: [PATCH] =?UTF-8?q?doctor=20=E8=BF=94=E5=9B=9E=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= 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 9df1907..616b44d 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, + medical_license as medicalLicense, + qr_code as qrCode, del_flag as delFlag, hospital_id as hospitalId, create_time as createTime,