|
@@ -219,10 +219,7 @@ class TagHistory extends CatchController
|
|
}else{
|
|
}else{
|
|
$list=[];
|
|
$list=[];
|
|
$othermac= "301054541054";
|
|
$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)) {
|
|
if (!empty($tage)) {
|
|
$otherlabel=implode(",",$tage);
|
|
$otherlabel=implode(",",$tage);
|
|
@@ -234,7 +231,7 @@ class TagHistory extends CatchController
|
|
$otherWhere[]=["lable","=",trim($item)];
|
|
$otherWhere[]=["lable","=",trim($item)];
|
|
|
|
|
|
$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();
|
|
- var_dump($t1);
|
|
|
|
|
|
+ var_dump($item);
|
|
if(empty($t1)){
|
|
if(empty($t1)){
|
|
|
|
|
|
continue;
|
|
continue;
|