补充用户信息

This commit is contained in:
2024-12-16 12:41:42 +08:00
parent dc86f93a28
commit 32101bb228
3 changed files with 52 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ var ArticleItems = &graphql.Field{
fmt.Println(sql)
if err := db.Raw(sql).Scan(&articles).Error; err != nil {
fmt.Println("获取游戏列表失败", err)
fmt.Println("获取文章列表失败", err)
return nil, err
}