From bf9543d3f9ef2de6b8d04e3153e43e7eec3843a2 Mon Sep 17 00:00:00 2001
From: liyj <1003249715@qq.com>
Date: Wed, 04 Sep 2024 10:53:34 +0800
Subject: [PATCH] 1、系统调度算法
---
dyh-service/dyh-sys/src/main/java/cn/huge/module/file/dao/mapper/xml/FileInfoMapper.xml | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/dyh-service/dyh-sys/src/main/java/cn/huge/module/file/dao/mapper/xml/FileInfoMapper.xml b/dyh-service/dyh-sys/src/main/java/cn/huge/module/file/dao/mapper/xml/FileInfoMapper.xml
index 7c4b6fd..592b292 100644
--- a/dyh-service/dyh-sys/src/main/java/cn/huge/module/file/dao/mapper/xml/FileInfoMapper.xml
+++ b/dyh-service/dyh-sys/src/main/java/cn/huge/module/file/dao/mapper/xml/FileInfoMapper.xml
@@ -212,10 +212,6 @@
</select>
- <!-- 查看附件组件-分类查询附件-结果集 -->
- <resultMap id="fileByCatDTO" type="cn.huge.module.file.domain.dto.FileForCatDTO">
-
- </resultMap>
<!-- 查看附件组件-分类查询附件 -->
<sql id="listFileByCatTerms-where-part">
<if test="terms != null">
@@ -243,7 +239,7 @@
</if>
</sql>
<!-- 查看附件组件-分类查询附件 -->
- <select id="listFileByCatTerms" resultMap="fileByCatDTO">
+ <select id="listFileByCatTerms" resultType="cn.huge.module.file.domain.dto.FileForCatDTO">
select t1.id, t1.name, t1.true_name as trueName,
t1.suffix, t1.size, t1.unit, t1.show_url as showUrl, t1.down_url as downUrl,
t2.owner_cat as ownerCat, t2.uploader_id as uploaderId, t2.uploader_name as uploaderName,
--
Gitblit v1.8.0