正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -264,7 +264,7 @@ func (ptr *QuerySetService) loadDataTables(ctx *domain.Context, tableIds []int) | @@ -264,7 +264,7 @@ func (ptr *QuerySetService) loadDataTables(ctx *domain.Context, tableIds []int) | ||
| 264 | tableRepository, _ = repository.NewTableRepository(ptr.transactionContext) | 264 | tableRepository, _ = repository.NewTableRepository(ptr.transactionContext) |
| 265 | ) | 265 | ) |
| 266 | if len(tableIds) > 0 { | 266 | if len(tableIds) > 0 { |
| 267 | - _, tables, err := tableRepository.Find(map[string]interface{}{"context": ctx, "tableIds": tableIds}) | 267 | + _, tables, err := tableRepository.Find(map[string]interface{}{"tableIds": tableIds}) |
| 268 | if err != nil { | 268 | if err != nil { |
| 269 | return nil, err | 269 | return nil, err |
| 270 | } | 270 | } |
-
请 注册 或 登录 后发表评论