mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-29 12:34:28 +08:00
Compare commits
2 Commits
e3dacc6172
...
d4a77b045d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d4a77b045d | ||
|
|
303392f492 |
@@ -282,6 +282,7 @@ public class DatabaseServiceImpl extends ServiceImpl<DatabaseDOMapper, DatabaseD
|
||||
public List<DBColumn> getColumns(Long id, String catalog, String db, String table)
|
||||
throws SQLException {
|
||||
DatabaseResp databaseResp = getDatabase(id);
|
||||
catalog = StringUtils.isEmpty(catalog) ? db : catalog;
|
||||
return getColumns(databaseResp, catalog, db, table);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user