Merge pull request '修复队列订单异常' (#16) from feature_orderhandle into master

Reviewed-on: #16
This commit is contained in:
mkm 2023-09-08 12:11:57 +08:00
commit 609622b81f

View File

@ -27,6 +27,7 @@ class SendGoodsCodeJob implements JobInterface
public function fire($job, $data)
{
$this->event = $data;
Log::info("sendGoodsCodeJob" . json_encode($this->event));
Log::info("sendGoodsCodeJob ============= handle监听order_id " . $this->event['order_id']);
try {
if ($this->event['activity_type'] == 0) {