电表查询

zw
lxw 5 months ago
parent 4a26d62d33
commit 91aa8c12e6

@ -206,7 +206,7 @@ ORDER BY
DateTime endDateTime = DateTime.Parse(endTime);
// 根据传入的时间参数计算7天前的时间
DateTime startDateTime = endDateTime.AddDays(-7);
DateTime startDateTime = endDateTime.AddMinutes(-1);
// 根据code分组,取最新时间的一条数据,数据范围7天
string sql = @"

Loading…
Cancel
Save