huangjiayang
2025-04-29 d4d5f196cc42ef8cfe739de6ecd40f2d21a96e31
aps-modules/aps-core/src/main/java/com/aps/core/controller/mainPlan/ApsPlateProcessStatController.java
@@ -86,7 +86,7 @@
    /**
     * 修改钣金统计
     */
    /*@RequiresPermissions("apsPlateProcessStat:edit")*/
    @RequiresPermissions("apsPlateProcessStat:edit")
    @Log(title = "钣金统计", businessType = BusinessType.UPDATE)
    @PostMapping("/update")
    public AjaxResult updateStat()
@@ -97,7 +97,7 @@
    /**
     * 查询钣金统计列表
     */
    /*@RequiresPermissions("apsPlateProcessStat:list")*/
    @RequiresPermissions("apsPlateProcessStat:list")
    @GetMapping("/list")
    public TableDataInfo list(ApsPlateProcessStat apsPlateProcessStat)
    {