| | |
| | | */ |
| | | @Operation(summary = "钣金计划大表", description = "导出功能") |
| | | @Log(title = "钣金车间统计", businessType = BusinessType.EXPORT) |
| | | @RequiresPermissions("plateProcessShopStat:export") |
| | | //@RequiresPermissions("plateProcessShopStat:export") |
| | | @PostMapping("/export") |
| | | public void export(HttpServletResponse response, ApsPlateProcessShopStat apsPlateProcessShopStat) |
| | | { |
| | |
| | | @PostMapping("/update") |
| | | public AjaxResult update() |
| | | { |
| | | apsPlateProcessShopStatService.saveShopStat(); |
| | | return toAjax(true); |
| | | try { |
| | | apsPlateProcessShopStatService.saveShopStat(); |
| | | return toAjax(true); |
| | | } catch (Exception e) { |
| | | return AjaxResult.error("更新失败!"+e.getMessage()); |
| | | } |
| | | |
| | | } |
| | | |
| | | /** |