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