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;
             }