Browse Source

天气查询方法修改

shensong 5 years ago
parent
commit
1fc8dbba3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Console/Commands/SyncGoods.php

+ 1 - 1
app/Console/Commands/SyncGoods.php

@@ -24,7 +24,7 @@ class SyncGoods extends Command {
24 24
             $list = $this->getGoodsList();
25 25
             $this->handleGoodsList($list);
26 26
         } catch (\Exception $e) {
27
-            Log::errorLog('line:'.$e->getLine().' message:'.$e->getMessage(),[],"order/syncGoods",0,'');
27
+            Log::scriptLog('line:'.$e->getLine().' message:'.$e->getMessage(),[],"order/syncGoods",0,'');
28 28
         }
29 29
 
30 30
     }