lxzn-module-eam/src/main/java/org/jeecg/modules/eam/controller/EamThirdMaintenanceChangeController.java
@@ -211,4 +211,16 @@
        }
    }
    /**
     * 批量打印三保变更
     * @param ids
     * @return
     */
    @AutoLog(value = "三保变更-批量打印")
    @ApiOperation(value = "三保变更-批量打印", notes = "三保变更-批量打印")
    @GetMapping(value = "/batchExport")
    public Result<?> batchExport(@RequestParam(name = "ids", required = true) String ids) {
        return Result.OK(eamThirdMaintenanceChangeService.export(ids));
    }
}