|
@@ -282,8 +282,8 @@ public class ExcelTabController extends BladeController {
|
|
|
})
|
|
|
public R putFileAttach(@RequestParam("file") MultipartFile file, Long nodeId) {
|
|
|
|
|
|
- //String file_path = ParamCache.getValue(CommonConstant.SYS_LOCAL_URL);
|
|
|
- String file_path = "/Users/hongchuangyanfa/Desktop/";
|
|
|
+ String file_path = ParamCache.getValue(CommonConstant.SYS_LOCAL_URL);
|
|
|
+ //String file_path = "/Users/hongchuangyanfa/Desktop/";
|
|
|
|
|
|
ExcelTab detail = excelTabService.getById(nodeId);
|
|
|
// 上传excel文件
|