likang 2 vuotta sitten
vanhempi
commit
b366c41070
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      catch/tag_history/controller/TagHistory.php

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

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