liu
2026-08-19 311a4c9b4748d38a52f2f79eda471f2173a5c6a6
yudao-module-infra/src/main/java/cn/iocoder/yudao/module/infra/controller/admin/codegen/CodegenController.java
@@ -51,7 +51,7 @@
    @Parameters({
            @Parameter(name = "dataSourceConfigId", description = "数据源配置的编号", required = true, example = "1"),
            @Parameter(name = "name", description = "表名,模糊匹配", example = "yudao"),
            @Parameter(name = "comment", description = "描述,模糊匹配", example = "芋道")
            @Parameter(name = "comment", description = "描述,模糊匹配", example = "超级管理员")
    })
    @PreAuthorize("@ss.hasPermission('infra:codegen:query')")
    public CommonResult<List<DatabaseTableRespVO>> getDatabaseTableList(