摘要:
问题原因:Could not load file or assembly 'System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its depe 阅读全文
摘要:
select top 8 name,unit,opinion,Comments, case when [createtime]<dateadd(hh,1,[createtime])then '1小时前' when [createtime]<dateadd(day,1,[createtime]) then '1天前' when [createtime]<dateadd(MONTH,1,[createtime]) then '一个月前' when [createtime]<dateadd(YEAR,1,[createtime] 阅读全文