zqy
2025-04-22 0fa28f3b1a9d196c415f09bd3538fecdabbb6d64
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);