feat:新增导出消费明细的功能
This commit is contained in:
parent
e0ff8d492d
commit
a1b211f311
|
@ -105,7 +105,7 @@ public class OrderDetailController {
|
||||||
}
|
}
|
||||||
|
|
||||||
@ApiOperation("订单明细导出接口")
|
@ApiOperation("订单明细导出接口")
|
||||||
@PostMapping("/public/export")
|
@PostMapping("/export")
|
||||||
public ResponseEntity export(@RequestBody AuthenticationSignDto authenticationDto) {
|
public ResponseEntity export(@RequestBody AuthenticationSignDto authenticationDto) {
|
||||||
File file = orderDetailPageQuery.exportOrderDetailToFile(authenticationDto);
|
File file = orderDetailPageQuery.exportOrderDetailToFile(authenticationDto);
|
||||||
Resource resource;
|
Resource resource;
|
||||||
|
|
Loading…
Reference in New Issue