|
@@ -227,7 +227,7 @@ class Api extends CatchController
|
|
|
$hashKey='station_access_data';
|
|
|
$key=$mac.'_'.$val['label'];
|
|
|
$old_data=json_decode($redis->hGet($hashKey,$key),true);
|
|
|
- if($$old_data){
|
|
|
+ if($old_data){
|
|
|
//取出历史数据 对比两次数据变化
|
|
|
if($old_data['ant']==$report_data['ant']){
|
|
|
//相同 则更新时间
|