|
$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();
|