From f8b93c8f2878117f8b6c33879329cc50a27c32b8 Mon Sep 17 00:00:00 2001 From: chenfei <18955928961@163.com> Date: Wed, 17 Aug 2022 14:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E8=AF=8A=E8=AE=B0=E5=BD=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=B7=BB=E5=8A=A0=E8=BF=94=E5=9B=9E=E6=97=B6=E9=95=BF?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml index c65392a..b6a37c6 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml @@ -45,6 +45,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" tr.ai_result_modify_time AS aiResultModifyTime, tr.img_sx AS imgSx, tr.img_sm AS imgSm, + tr.response_time AS responseTime, td.NAME AS doctorName, tp.identifier, tp.NAME AS patientName, @@ -72,6 +73,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" tr.create_time AS waitingTime, tr.ai_result_return_time AS aiResultReturnTime, tr.ai_result_modify_time AS aiResultModifyTime, + tr.response_time AS responseTime, td.NAME AS doctorName, tp.identifier, tp.NAME AS patientName,