likang 2 år sedan
förälder
incheckning
dbf2dfe02c
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

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