mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
7-01更新 修复后台图片列表缩略图显示部分
This commit is contained in:
@@ -40,12 +40,6 @@ public class NOSImageupload {
|
||||
static Keys key;
|
||||
|
||||
public Map<String, Integer> Imageupload(Map<String, MultipartFile> fileMap, String username,Map<String, String> fileMap2) throws Exception {
|
||||
// String Catalog = "";//默认游客目录
|
||||
// if(username.equals("tourist")){
|
||||
// Catalog = "tourist";
|
||||
// }else{
|
||||
// Catalog = username;
|
||||
// }
|
||||
// 要上传文件的路径
|
||||
if(fileMap2==null){
|
||||
File file = null;
|
||||
|
||||
Reference in New Issue
Block a user