...
|
...
|
@@ -264,7 +264,7 @@ func (ptr *QuerySetService) loadDataTables(ctx *domain.Context, tableIds []int) |
|
|
tableRepository, _ = repository.NewTableRepository(ptr.transactionContext)
|
|
|
)
|
|
|
if len(tableIds) > 0 {
|
|
|
_, tables, err := tableRepository.Find(map[string]interface{}{"context": ctx, "tableIds": tableIds})
|
|
|
_, tables, err := tableRepository.Find(map[string]interface{}{"tableIds": tableIds})
|
|
|
if err != nil {
|
|
|
return nil, err
|
|
|
}
|
...
|
...
|
|