Commit fcea97e3 authored by liuzeheng's avatar liuzeheng

商品导出

parent 72976dc8
...@@ -176,7 +176,7 @@ public class ProductController { ...@@ -176,7 +176,7 @@ public class ProductController {
@ApiOperation("导出商品 Excel") @ApiOperation("导出商品 Excel")
@PreAuthorize("@ss.hasPermission('ecw:product:export')") @PreAuthorize("@ss.hasPermission('ecw:product:export')")
@OperateLog(type = EXPORT) @OperateLog(type = EXPORT)
public CommonResult<Boolean> exportProductExcel(@Valid ProductExportReqVO exportReqVO, public CommonResult<Boolean> exportProductExcel(@Valid ProductReqDTO exportReqVO,
HttpServletResponse response) throws IOException { HttpServletResponse response) throws IOException {
FileMakeReqDTO reqDTO = new FileMakeReqDTO(); FileMakeReqDTO reqDTO = new FileMakeReqDTO();
......
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