bindToGridCollection = transactionRecsCollection.
Where(tran => tran.GlhDate >= durationFrom &&
tran.GlhDate <= durationTo).ToList();
我只得到 2 条记录,而在我提供的日期之间应该有 7 条记录
在 transactionRecsCollection 我得到所有的记录