sfd
2025-05-12 6e9e02396e4c660a209e326fa015be6b71a568e1
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")