tongshanglei 1 year ago
parent
commit
e3012d19b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      catch/api/controller/Api.php

+ 1 - 1
catch/api/controller/Api.php

@@ -202,7 +202,7 @@ class Api extends CatchController
                     'time'=>$val['time']
                 ];
                 // var_dump($report_data);
-                debug_log("920_redis_data",'mac:'. $mac.' label:'.$val['label'].' ant:'.$val['ant'].' time:'.$val['time'].' rssi:'.$val['rssi']);
+                debug_log("redis_to_mysql2_data",'mac:'. $mac.' label:'.$val['label'].' ant:'.$val['ant'].' time:'.$val['time'].' rssi:'.$val['rssi']);
                 if($received_state=='1'){
                    //如果开启盘点 则有数据就推送
                    $url="http://localhost:8115/api/assetReceiveReport";