|
@@ -510,7 +510,7 @@ class AlgorithmShopView(View):
|
|
count += item.count
|
|
count += item.count
|
|
hour = item.statistical_time.hour
|
|
hour = item.statistical_time.hour
|
|
is_data = True
|
|
is_data = True
|
|
- elif next_time == -1 and current_time < item.device_time:
|
|
|
|
|
|
+ elif next_time == -1 and current_time <= item.device_time:
|
|
hour = item.statistical_time.hour
|
|
hour = item.statistical_time.hour
|
|
count += item.count
|
|
count += item.count
|
|
is_data = True
|
|
is_data = True
|