buhuazhen
2026-04-25 27a5635a83e4c524c64c7a409732a1d35e01cb8d
src/main/java/com/ruoyi/production/controller/ProductionPrintOrderController.java
@@ -33,4 +33,9 @@
        return productionPrintOrderService.getByProductWordId(id);
    }
    @PostMapping("/export/{id}")
    public R  export(@PathVariable Long id){
        productionPrintOrderService.exportPrintExcelByWordId(id);
        return R.ok();
    }
}