lamda表达式 时间类型不能直接相减计算差值。
一般情况下,计算时间间隔
(aTime-bTime).TotalMinutes
但是在lamda表达式中
DbFunctions.DiffMinutes(aTime,bTime)