From ca9dcd8781f331a9710244c2a3362014f08e1867 Mon Sep 17 00:00:00 2001 From: chenfei <18955928961@163.com> Date: Fri, 12 Aug 2022 11:52:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9updateResult=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2bug?= 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, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml index 652c08c..7700dde 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TRecordMapper.xml @@ -36,7 +36,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" tr.STATUS, tr.ai_result AS aiResult, tr.ai_result2 AS aiResult2, - tr.update_result AS update_result, + tr.update_result AS updateResult, tr.update_result2 AS updateResult2, tr.update_time AS updateTime, tr.upload_time AS uploadTime,