zhanghl
2025-05-08 4c8685f17cfb3916eded6591dab16cb698236808
aps-modules/aps-core/src/main/java/com/aps/core/controller/ApsPlatePlanController.java
@@ -203,7 +203,7 @@
    @Log(title = "钣金冗余工单报表", businessType = BusinessType.EXPORT)
    @PostMapping("/redundantOrderListExport")
    public void redundantOrderListExport(HttpServletResponse response, ApsPlatePlan apsPlatePlan) {
        List<ApsPlatePlan> planList = apsPlatePlanService.selectApsPlatePlanList(apsPlatePlan);
        List<ApsPlatePlan> planList = apsPlatePlanService.selectPlateRedundantOrderList(apsPlatePlan);
        List<ApsPlatePlanExport> planListExport = new ArrayList<>();
        for (ApsPlatePlan plan : planList) {
            ApsPlatePlanExport planExport = new ApsPlatePlanExport();