数据库中筛选:喜欢的截图
This commit is contained in:
		@@ -671,6 +671,7 @@ func NewSchema(config Config) (graphql.Schema, error) {
 | 
			
		||||
					query = query.Join(goqu.T("web_praise"), goqu.On(
 | 
			
		||||
						goqu.I("web_images.id").Eq(goqu.I("web_praise.praise_id")),
 | 
			
		||||
						goqu.I("web_praise.user_id").Eq(p.Args["praise"]),
 | 
			
		||||
						goqu.I("web_praise.type").Eq(4),
 | 
			
		||||
					))
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user