|
@@ -63,10 +63,10 @@ public class OverheadLineController extends BaseController {
|
|
|
overheadLineService.save(file,projectName,id,projectId);
|
|
|
} catch (RuntimeException e) {
|
|
|
addMessage(redirectAttributes, "导入失败"+e.getMessage());
|
|
|
- return "modules/sg/free/indexProject";
|
|
|
+// return "redirect:/a/project/list?id="+id;
|
|
|
} catch (Exception e){
|
|
|
addMessage(redirectAttributes, "导入失败");
|
|
|
- return "modules/sg/free/indexProject";
|
|
|
+// return "redirect:/a/project/list?id="+id;
|
|
|
}
|
|
|
addMessage(redirectAttributes, "导入成功");
|
|
|
return "redirect:/a/jkxl/list?id="+id;
|