执行查询代码时发现错误,请检查您的查询代码是否正确。列名 'False' 无效。
select top 20 I.PhotoID,I.ClassID,C.ClassName,I.PhotoName,I.Prefixion,I.UpdateTime,I.Passed,I.IsHtml,I.HtmlFileUrl,I.PhotoIntro from Cl_Photo I Inner Join Cl_Class C On I.ClassID=C.ClassID where I.Deleted=False and I.Passed=True and I.ChannelID=3 order by I.OnTop desc, I.PhotoID desc