From e756728066dbb91fff030003fa4b709914df6d79 Mon Sep 17 00:00:00 2001
From: liuhaonan <31457034@qq.com>
Date: 星期五, 16 九月 2022 10:14:09 +0800
Subject: [PATCH] changes

---
 dao/src/main/resources/mapper/PlatformFileMapper.xml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dao/src/main/resources/mapper/PlatformFileMapper.xml b/dao/src/main/resources/mapper/PlatformFileMapper.xml
index a89b68f..d54cb77 100644
--- a/dao/src/main/resources/mapper/PlatformFileMapper.xml
+++ b/dao/src/main/resources/mapper/PlatformFileMapper.xml
@@ -35,5 +35,6 @@
             t1.file_name LIKE CONCAT('%', #{keyword},'%')
             )
         </if>
+        GROUP BY t1.file_id
     </select>
 </mapper>

--
Gitblit v1.9.3