🚀 升级 orion-kit 版本.

This commit is contained in:
lijiahangmax
2025-07-02 23:35:46 +08:00
parent 58d54f7bf5
commit 2e98060573
6 changed files with 8 additions and 14 deletions

View File

@@ -79,7 +79,7 @@ public class SftpFileUtils {
SftpFileVO vo = new SftpFileVO();
vo.setName(file.getName());
vo.setPath(file.getPath());
vo.setSuffix(Files1.getSuffix(file.getName()));
vo.setSuffix(Files1.getFileNameSuffix(file.getName()));
vo.setSize(file.getSize());
vo.setPermission(file.getPermission());
vo.setUid(file.getUid());