|
$labelArray=explode(',',$otherlabel);
|
|
$labelArray=explode(',',$otherlabel);
|
|
$otherWhere[]=["mac","=",$othermac];
|
|
$otherWhere[]=["mac","=",$othermac];
|
|
$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();
|