| | |
| | | @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(); |