tongshanglei 1 rok temu
rodzic
commit
8c652da74c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      catch/api/controller/Api.php

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

@@ -215,7 +215,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']);
+                debug_log("920_redis_data",'mac:'. $mac.' label:'.$val['label'].' ant:'.$val['ant'].' time:'.$val['time']);
                 if($received_state=='1'){
                    //如果开启盘点 则有数据就推送
                    $url="http://localhost:8115/api/assetReceiveReport";