|
@@ -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();
|
|
|
}
|