仅选取游戏截图
This commit is contained in:
@@ -567,7 +567,7 @@ func NewSchema(config Config) (graphql.Schema, error) {
|
||||
|
||||
// 存在外部筛选条件
|
||||
if len(id_list) > 0 && len(list) > 0 {
|
||||
query = query.Where("id IN ?", list).Where("article_id IS NOT NULL")
|
||||
query = query.Where("id IN ?", list).Where("article_category_top_id = 22")
|
||||
}
|
||||
|
||||
for index, item := range LoadItem(p.Info.FieldASTs[0].SelectionSet.Selections) {
|
||||
|
Reference in New Issue
Block a user