likang пре 2 година
родитељ
комит
863a4eae75
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      catch/tag_history/controller/TagHistory.php

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

@@ -235,8 +235,9 @@ class TagHistory extends CatchController
             
             $t1 = $this->tagHistoryModel->where($otherWhere)->order("id","desc")->field('id,temperature,mac,lable,step,addTime,time,rssi,move,temperWarn')->find();
             if(empty($t1)){
-                continue;
                 var_dump("============");
+                continue;
+               
             }
 
             $t1['addTime'] = date('Y-m-d H:i:s', $t1['addTime']);