去掉时间窗口筛选,未按时间上报,需要显示历史体温

FFIB лет %!s(int64=3): %!d(string=назад)
Родитель
Сommit
8fe8b97f3b
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      api/eqpt_views.py

+ 0 - 1
api/eqpt_views.py

@@ -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')