测试订单推送

This commit is contained in:
2025-04-01 18:50:43 +08:00
parent c0c1dd4dd4
commit 46b2f12e46

View File

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