Procházet zdrojové kódy

天气查询方法修改

shensong %!s(int64=5) %!d(string=před) roky
rodič
revize
1fc8dbba3c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
     }