likang 2 年 前
コミット
4823afad55
共有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
             
             
             $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();
             if(empty($t1)){
             if(empty($t1)){
-                var_dump("============");
+              
                 continue;
                 continue;
                
                
             }
             }