调试队列

This commit is contained in:
2024-09-24 10:57:12 +08:00
parent dda459080c
commit e071549b4b

View File

@@ -33,6 +33,7 @@ class ProductOrderAutoReceivedJob extends BaseJob implements JobInterface
]);
if (!$ProductOrder) {
echo $this->orderId. "产品订单自动收货队列-订单不存在或已确认\n";
ProductOrderLog::saveLog($this->orderId,'订单不存在或已确认');
throw new \Exception('订单不存在');
}