web_images.type

This commit is contained in:
2025-01-06 16:23:05 +08:00
parent 0dc2a2d144
commit 541c801a56
2 changed files with 2 additions and 2 deletions

View File

@@ -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