|
|
@ -157,7 +157,7 @@ public class ProductionMainController { |
|
|
|
ExcelUtils.write(response, "生产计划.xls", "生产计划", ProductionMainExcelVO.class, resultList); |
|
|
|
} |
|
|
|
|
|
|
|
@GetMapping("/export-excel-senior") |
|
|
|
@PostMapping("/export-excel-senior") |
|
|
|
@Operation(summary = "导出生产计划主 Excel") |
|
|
|
@PreAuthorize("@ss.hasPermission('wms:production-main:export')") |
|
|
|
@OperateLog(type = EXPORT) |
|
|
|