mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
:rocket:修复筛选出现重复,记录图片原始名称等多个问题
This commit is contained in:
@@ -53,7 +53,7 @@ public class InitializationStorage implements CommandLineRunner {
|
||||
}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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user