huangjiayang
2025-04-27 b2d338ddc68db5b9bb824574c76d2b9b4fb07da9
aps-modules/aps-core/src/main/java/com/aps/core/controller/mainPlan/ApsPlateProcessShopStatController.java
@@ -37,8 +37,8 @@
     * 导出钣金车间统计列表
     */
    @Operation(summary = "钣金计划大表", description = "导出功能")
    @RequiresPermissions("plateProcessShopStat:export")
    @Log(title = "钣金车间统计", businessType = BusinessType.EXPORT)
    @RequiresPermissions("plateProcessShopStat:export")
    @PostMapping("/export")
    public void export(HttpServletResponse response, ApsPlateProcessShopStat apsPlateProcessShopStat)
    {