zhanghl
2025-05-19 05ae37cc96610a9d7d95f771ccd1e0fb06b4d839
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")