likang 2 år sedan
förälder
incheckning
db46bcbad8
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      catch/tag_history/controller/TagHistory.php

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

@@ -236,6 +236,7 @@ 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("============");
             }
 
             $t1['addTime'] = date('Y-m-d H:i:s', $t1['addTime']);