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

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

@@ -223,9 +223,7 @@ class TagHistory extends CatchController
         ,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($mac)) {
-            $othermac=implode(",", $mac);
-        }
+        
         if (!empty($tage)) {
             $otherlabel=implode(",",$tage);
         }
@@ -252,7 +250,7 @@ class TagHistory extends CatchController
             }
             $list[]=$t1;
         }
-
+        var_dump(json_encode($list));
         // $list = $this->tagHistoryModel->where($where)
         // ->field('mac,lable,step,addTime,time')->select()->toArray();
     }