更新图片表
This commit is contained in:
@ -29,7 +29,8 @@ public class ExcelUploadUtil {
|
||||
*/
|
||||
public static String memoryFile(MultipartFile fileExcel) throws IOException {
|
||||
//String uploadPath = "http://139.199.98.175:2088/wfTaskImage/";
|
||||
String uploadPath = "http://192.168.2.9:2088/";
|
||||
// String uploadPath = "http://192.168.2.9:2088/";
|
||||
String uploadPath = "http://118.24.27.47:4096/";
|
||||
//获取原始文件名
|
||||
String originalFilename = fileExcel.getOriginalFilename();
|
||||
if (originalFilename != null && !"".equals(originalFilename)) {
|
||||
|
Reference in New Issue
Block a user