Explorar el Código

EasyExcelFactory

jintao.geng hace 3 semanas
padre
commit
414b3673a8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);