隐藏调试
This commit is contained in:
@@ -187,7 +187,7 @@ var WorkItems = &graphql.Field{
|
||||
ORDER BY LimitedRanked.row_num ASC LIMIT %d
|
||||
`, sql, praise, collect, text_count, cursor, limit)
|
||||
|
||||
fmt.Println(sql)
|
||||
//fmt.Println(sql)
|
||||
|
||||
if err := db.Raw(sql).Scan(&works).Error; err != nil {
|
||||
fmt.Println("获取作品列表失败", err)
|
||||
|
Reference in New Issue
Block a user