|
@@ -235,7 +235,7 @@ class TagHistory extends CatchController
|
|
$otherWhere[]=["mac","=",$othermac];
|
|
$otherWhere[]=["mac","=",$othermac];
|
|
$otherWhere[]=["lable","=",$item];
|
|
$otherWhere[]=["lable","=",$item];
|
|
|
|
|
|
- $t1 = $this->tagHistoryModel->where($otherWhere)->order("id","desc")->field('id,temperature,mac,lable,step,addTime,time,rssi,move')->find();
|
|
|
|
|
|
+ $t1 = $this->tagHistoryModel->where($otherWhere)->order("id","desc")->field('id,temperature,mac,lable,step,addTime,time,rssi,move,temperWarn')->find();
|
|
if(empty($t1)){
|
|
if(empty($t1)){
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|