From 084da21b87bddb997ab627a4ef1899230a3a293a Mon Sep 17 00:00:00 2001
From: liuhaonan <konodioda2333@vip.qq.com>
Date: 星期二, 18 一月 2022 17:50:11 +0800
Subject: [PATCH] 功能完善
---
dao/src/main/resources/mapper/FileOperationRecordMapper.xml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/dao/src/main/resources/mapper/FileOperationRecordMapper.xml b/dao/src/main/resources/mapper/FileOperationRecordMapper.xml
index 207ffa3..1aaa8f0 100644
--- a/dao/src/main/resources/mapper/FileOperationRecordMapper.xml
+++ b/dao/src/main/resources/mapper/FileOperationRecordMapper.xml
@@ -14,11 +14,13 @@
<result property="width" column="width" jdbcType="INTEGER"/>
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
<result property="fileName" column="file_name" jdbcType="VARCHAR"/>
+ <result property="dataType" column="data_type" jdbcType="INTEGER"/>
</resultMap>
<sql id="Base_Column_List">
file_id,origin_name,file_url,
file_type,file_size,height,
- width,create_time,file_name
+ width,create_time,file_name,
+ data_type
</sql>
</mapper>
--
Gitblit v1.9.3