zqy
2025-04-15 3ee06bd46c3809fdd00e509debd97dcd039ed031
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);