web_images.type
This commit is contained in:
@@ -597,7 +597,7 @@ var ImageItems = &graphql.Field{
|
||||
}
|
||||
|
||||
// 取所有数据的前N条(筛取属于游戏的且非封面的图像)
|
||||
sql, _, _ := query.Where(goqu.Ex{"article_category_top_id": 22}).Where(goqu.Ex{"type": 0}).ToSQL()
|
||||
sql, _, _ := query.Where(goqu.Ex{"article_category_top_id": 22}).Where(goqu.Ex{"web_images.type": 0}).ToSQL()
|
||||
|
||||
// 遊標截取篩選結果集的前N条
|
||||
var cursor string
|
||||
|
Reference in New Issue
Block a user