7-01更新 修复后台图片列表缩略图显示部分

This commit is contained in:
Hellohao
2019-07-01 21:02:18 +08:00
parent f072a01b4e
commit 25728107af
3 changed files with 2 additions and 9 deletions
@@ -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;