数据引擎-快手平台数据抽取bug修复
This commit is contained in:
@@ -152,7 +152,7 @@ func (s *publicQueryService) GetTableList(ctx context.Context) (*public.TableLis
|
||||
_ = gfdb.DB(ctx).Model(ctx, "api_datasource_platform").Scan(&platforms)
|
||||
platformMap := make(map[int64]string)
|
||||
for _, p := range platforms {
|
||||
platformMap[p.ID] = p.PlatformName
|
||||
platformMap[p.Id] = p.PlatformName
|
||||
}
|
||||
|
||||
var list []public.TableInfo
|
||||
|
||||
Reference in New Issue
Block a user