测试订单推送
This commit is contained in:
@@ -101,6 +101,7 @@ class ProductOrderSyncJob extends BaseJob implements JobInterface
|
||||
} catch (\Exception $exception) {
|
||||
$t->rollBack();
|
||||
ProductOrderLog::saveLog($this->orderId,'订单自动同步江奥川ERP('.$ProductOrder->store->erp_id.')异常:'.$exception->getMessage());
|
||||
ProductOrderLog::saveLog($this->orderId,'订单自动同步江奥川ERP('.$ProductOrder->store->erp_id.')异常:'.$exception->getLine());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user