likang 2 년 전
부모
커밋
2b14c80cf2
1개의 변경된 파일2개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 5
      catch/tag_history/controller/TagHistory.php

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

@@ -219,10 +219,7 @@ class TagHistory extends CatchController
     }else{
         $list=[];
         $othermac= "301054541054";
-        $otherlabel= "00000098C145,00000098C15D,00000098C163,00000098C15C,00000098C151,00000098C164,00000098C166,00000098C15E
-        ,00000098C168,00000098C165,00000098C154,00000098C161,00000098C167,00000098C162,00000098C15A,00000098C158,00000098C152
-        ,00000098C157,00000098C160,00000098C15F ,00000098C156,00000098C15B,00000098C148,00000098C155,00000098C147,00000098C153
-        ,00000098BDAB ,00000098BDA5,00000098BD93,00000098BDA9 ,00000098BDA7";
+        $otherlabel= "00000098C145,00000098C15D,00000098C163,00000098C15C,00000098C151,00000098C164,00000098C166,00000098C15E,00000098C168,00000098C165,00000098C154,00000098C161,00000098C167,00000098C162,00000098C15A,00000098C158,00000098C152,00000098C157,00000098C160,00000098C15F,00000098C156,00000098C15B,00000098C148,00000098C155,00000098C147,00000098C153,00000098BDAB,00000098BDA5,00000098BD93,00000098BDA9,00000098BDA7";
         
         if (!empty($tage)) {
             $otherlabel=implode(",",$tage);
@@ -234,7 +231,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);
+            var_dump($item);
             if(empty($t1)){
               
                 continue;