likang преди 2 години
родител
ревизия
8ca8b13fed
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      catch/tag_history/controller/TagHistory.php

+ 1 - 1
catch/tag_history/controller/TagHistory.php

@@ -235,7 +235,7 @@ class TagHistory extends CatchController
             $otherWhere[]=["mac","=",$othermac];
             $otherWhere[]=["lable","=",$item];
             
-            $t1 = $this->tagHistoryModel->where($otherWhere)->order("id","desc")->field('id,temperature,mac,lable,step,addTime,time,rssi,move')->find();
+            $t1 = $this->tagHistoryModel->where($otherWhere)->order("id","desc")->field('id,temperature,mac,lable,step,addTime,time,rssi,move,temperWarn')->find();
             if(empty($t1)){
                 continue;
             }