Commit 053d0d3b authored by 温志超's avatar 温志超

月、周产能报表导出

parent 6dd82b9a
...@@ -88,7 +88,7 @@ public class DailyProductionReportController extends BaseController { ...@@ -88,7 +88,7 @@ public class DailyProductionReportController extends BaseController {
@PreAuthorize("@ss.hasPermi('pro:materialReturn:export')") @PreAuthorize("@ss.hasPermi('pro:materialReturn:export')")
@Log(title = "日产能对比统计:统计方式车间导出", businessType = BusinessType.EXPORT) @Log(title = "日产能对比统计:统计方式车间导出", businessType = BusinessType.EXPORT)
@PostMapping("/getListByWorkshop/export") @PostMapping("/getListByWorkshop/export")
@ApiOperation("日产能对比统计:统计方式工序导出") @ApiOperation("日产能对比统计:统计方式车间导出")
public void getListByWorkshopExport(HttpServletResponse response, DailyProductionReportRequest dailyProductionReportRequest) { public void getListByWorkshopExport(HttpServletResponse response, DailyProductionReportRequest dailyProductionReportRequest) {
List data = dailyProductionReportService.getListByWorkshop(dailyProductionReportRequest); List data = dailyProductionReportService.getListByWorkshop(dailyProductionReportRequest);
SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd"); SimpleDateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment