更新参数类型

This commit is contained in:
2022-03-01 11:59:54 +08:00
parent 5ef4df2d6f
commit b0afd5f4aa
7 changed files with 19 additions and 26 deletions

View File

@ -52,8 +52,6 @@ public class ExcelUploadUtil {
String uploadsImage = uploadPath + newName;
//实现上传
fileExcel.transferTo(new File(path));
return path;
}
return null;