zhanghl
2025-05-23 52aa02cfdb3a70811140e775b947f2200ca8a3eb
aps-modules/aps-core/src/main/java/com/aps/core/controller/mainPlan/ApsPlate/ApsPlateProcessShopStatController.java
@@ -52,8 +52,13 @@
    @PostMapping("/update")
    public AjaxResult update()
    {
        apsPlateProcessShopStatService.saveShopStat();
        return toAjax(true);
        try {
            apsPlateProcessShopStatService.saveShopStat();
            return toAjax(true);
        } catch (Exception e) {
          return AjaxResult.error("更新失败!"+e.getMessage());
        }
    }
    /**