zhanghl
2025-05-23 dec8951aae400e54f6ee83a8f95867dba9da8af1
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")