瀏覽代碼

天气查询方法修改

shensong 5 年之前
父節點
當前提交
1fc8dbba3c
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
     }