Commit 681a2cdd authored by 竹天卫's avatar 竹天卫

导出委托单详情信息 功能完成

parent 80d06a30
...@@ -114,7 +114,7 @@ public class EntrustController { ...@@ -114,7 +114,7 @@ public class EntrustController {
} }
@GetMapping("/export/{entrustId}") @PostMapping("/export/{entrustId}")
@ApiOperation("导出委托单") @ApiOperation("导出委托单")
public void getReportDetail(@PathVariable("entrustId") Integer entrustId, public void getReportDetail(@PathVariable("entrustId") Integer entrustId,
HttpServletResponse response) { HttpServletResponse response) {
......
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