修复队列订单异常
This commit is contained in:
parent
71e4c9b23f
commit
a45e23b92c
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user