Browse Source

同步时间统计

任敬轩 2 years ago
parent
commit
f78fa24497
2 changed files with 2 additions and 0 deletions
  1. 1 0
      app/Console/Commands/NmCameraStatus.php
  2. 1 0
      app/Console/Commands/UpdateHkList.php

+ 1 - 0
app/Console/Commands/NmCameraStatus.php

@@ -42,6 +42,7 @@ class NmCameraStatus extends Command
      */
     public function handle()
     {
+        var_dump(date('Y-m-d H:i:s'));
         $this->cameraStatusNm();
     }
 

+ 1 - 0
app/Console/Commands/UpdateHkList.php

@@ -48,6 +48,7 @@ class UpdateHkList extends Command
      */
     public function handle()
     {
+        var_dump(date('Y-m-d H:i:s'));
         $this->updateAreaList();
         $this->updateCameraList();
     }