zhanghl
2025-05-21 b8592ad961e838905c3bad76e58d4e23b63c2e1f
aps-modules/aps-system/src/main/java/com/aps/system/controller/SysDictDataController.java
@@ -97,6 +97,18 @@
    }
    /**
     * 更新排产区域字典
     */
    @RequiresPermissions("system:apsArea:update")
    @Log(title = "更新排产区域字典", businessType = BusinessType.UPDATE)
    @PostMapping("apsArea")
    public AjaxResult updateApsArea()
    {
        dictDataService.updateApsAreaDictData();
        return toAjax(true);
    }
    /**
     * 修改保存字典类型
     */
    @RequiresPermissions("system:dict:edit")