瀏覽代碼

Merge branch 'feature/20260228-export' of AHX-Bid/auction into dev

jintao.geng 2 周之前
父節點
當前提交
2c8adcf727
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      auc/src/main/java/cn/hobbystocks/auc/web/LotController.java

+ 1 - 0
auc/src/main/java/cn/hobbystocks/auc/web/LotController.java

@@ -193,6 +193,7 @@ public class LotController extends AdminBaseController {
 
     @ApiOperation(value = "导出拍品列表信息", notes = "拍品列表信息\n", response = AjaxResult.class, responseContainer = "AjaxResult.success")
     @PostMapping("/export")
+    @ResponseBody
     public AjaxResult export(@RequestBody LotRequest request, HttpServletResponse response) {
 
         List<LotExportDTO> lotList = lotService.exportLotList(request);