调试队列
This commit is contained in:
@@ -33,6 +33,7 @@ class ProductOrderAutoReceivedJob extends BaseJob implements JobInterface
|
||||
]);
|
||||
|
||||
if (!$ProductOrder) {
|
||||
echo $this->orderId. "产品订单自动收货队列-订单不存在或已确认\n";
|
||||
ProductOrderLog::saveLog($this->orderId,'订单不存在或已确认');
|
||||
throw new \Exception('订单不存在');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user