文档库--带文件导出
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ public class OSSFileServiceImpl extends ServiceImpl<OSSFileMapper, OSSFile> impl
|
||||
public List<OSSFile> getFileInfosByConnectId(String connectId) {
|
||||
LambdaQueryWrapper<OSSFile> wrapper = new LambdaQueryWrapper<>();
|
||||
if(connectId.contains(",")){
|
||||
wrapper.eq(OSSFile::getConnectId, Arrays.asList(connectId.split(",")));
|
||||
wrapper.in(OSSFile::getConnectId, Arrays.asList(connectId.split(",")));
|
||||
}else{
|
||||
wrapper.eq(OSSFile::getConnectId,connectId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user