tongshanglei 1 년 전
부모
커밋
32098034e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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("redis_to_mysql2_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:'.date('Y-m-d H:i:s',$val['time']).' rssi:'.$val['rssi']);
                 if($received_state=='1'){
                    //如果开启盘点 则有数据就推送
                    $url="http://localhost:8115/api/assetReceiveReport";