bug
xiangpei
2024-05-27 e43fc041656dcd446143cf40e3c20b2bd9f5d11c
src/main/java/com/mindskip/xzs/controller/admin/QuestionController.java
@@ -197,9 +197,8 @@
                .doWrite(data);
    }
    @GetMapping("/question/export")
    public void importQuestion(QuestionExportVO query, HttpServletResponse response) throws IOException {
        query.formartTime();
    @PostMapping("/question/export")
    public void exportQuestion(@RequestBody QuestionExportVO query, HttpServletResponse response) throws IOException {
        // 查询导出数据
        List<QuestionImportVO> exportData = questionService.export(query);
        // 构建数据