|
@@ -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
|
}
|