@@ -153,7 +153,6 @@ def eqpt_result(request): |
||
| 153 | 153 |
logs = ThermometerMeasureInfo.objects.filter( |
| 154 | 154 |
point_id=point_id, |
| 155 | 155 |
point_measure_ymd=tc.local_string(format='%Y-%m-%d'), |
| 156 |
- point_measure_window=point.point_measure_window, |
|
| 157 | 156 |
macid__in=macids, |
| 158 | 157 |
status=True, |
| 159 | 158 |
).values('macid', 'temperature')
|