From 517678a29d379fb3332897323f05e9b94938e907 Mon Sep 17 00:00:00 2001
From: chenfei <18955928961@163.com>
Date: Wed, 10 Aug 2022 15:58:47 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B0=B1=E8=AF=8A=E8=AE=B0?=
=?UTF-8?q?=E5=BD=95=E6=9F=A5=E8=AF=A2bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../main/resources/mapper/system/TRecordMapper.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml
index 600d0e4..0976020 100644
--- a/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml
+++ b/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml
@@ -43,14 +43,14 @@ 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.img_sx AS imgSx,
+ tr.img_sm AS imgSm,
td.NAME AS doctorName,
tp.identifier,
tp.NAME AS patientName,
tp.sex,
tp.age,
tp.disease,
- tp.img_sx AS imgSx,
- tp.img_sm AS imgSm,
tp.create_time AS firstTime
FROM
t_record tr
@@ -277,15 +277,15 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"