摘要:
1. AddDays error:Context.Article.Where(p => p.StartDate < DateTime.Now) .ToList() .Where(p => p.StartDate.AddDays(p.Period) > DateTime.Now);fix:Context.Article.Where(p => p.StartDate < DateTime.Now) .... 阅读全文
posted @ 2012-09-02 12:16
Wade_Ye
阅读(601)
评论(0)
推荐(0)

浙公网安备 33010602011771号