ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfClanController.java
@@ -106,7 +106,7 @@ */ @Log(title = "家族记录", businessType = BusinessType.EXPORT) @PostMapping("/export") public void export(HttpServletResponse response, ZfClan zfClean) public void export(HttpServletResponse response, @RequestBody ZfClan zfClean) { List<ZfClan> list = zfClanService.selectByCondition(zfClean); // log.info("导出记录为:{}",list);