From e55c8b0a92eb9715edd90c31dfd4de51a47b588b Mon Sep 17 00:00:00 2001
From: liuhaonan <31457034@qq.com>
Date: 星期五, 04 十一月 2022 17:40:08 +0800
Subject: [PATCH] changes
---
dao/src/main/java/com/sandu/ximon/dao/mapper/PlatformFileMapper.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dao/src/main/java/com/sandu/ximon/dao/mapper/PlatformFileMapper.java b/dao/src/main/java/com/sandu/ximon/dao/mapper/PlatformFileMapper.java
index ca22f85..58234a7 100644
--- a/dao/src/main/java/com/sandu/ximon/dao/mapper/PlatformFileMapper.java
+++ b/dao/src/main/java/com/sandu/ximon/dao/mapper/PlatformFileMapper.java
@@ -16,7 +16,7 @@
@Mapper
public interface PlatformFileMapper extends BaseMapper<PlatformFile> {
- List<PlatformFileListBo> fileLiet(String keyword, Long userId);
+ List<PlatformFileListBo> fileList(String keyword, List<Long> fileIdList);
}
--
Gitblit v1.9.3