:rocket:修复筛选出现重复,记录图片原始名称等多个问题

This commit is contained in:
hello-hao
2023-01-01 23:20:37 +08:00
parent 2ee49dcae2
commit 2048660b64
15 changed files with 224 additions and 553 deletions
@@ -194,7 +194,7 @@ public class AdminRootController {
} else if (key.getStorageType() == 6) {
ret = COSImageupload.Initialize(key);
} else if (key.getStorageType() == 7) {
ret = FTPImageupload.Initialize(key);
ret = FtpServiceImpl.Initialize(key);
} else if (key.getStorageType() == 8) {
ret = UFileImageupload.Initialize(key);
}