取消注释
This commit is contained in:
parent
67413ccd65
commit
6f19563775
@ -399,14 +399,14 @@ class StoreOrderRepository extends BaseRepository
|
|||||||
];
|
];
|
||||||
}
|
}
|
||||||
$userMerchantRepository->updatePayTime($uid, $order->mer_id, $order->pay_price);
|
$userMerchantRepository->updatePayTime($uid, $order->mer_id, $order->pay_price);
|
||||||
// SwooleTaskService::merchant('notice', [
|
SwooleTaskService::merchant('notice', [
|
||||||
// 'type' => 'new_order',
|
'type' => 'new_order',
|
||||||
// 'data' => [
|
'data' => [
|
||||||
// 'title' => '新订单',
|
'title' => '新订单',
|
||||||
// 'message' => '您有一个新的订单',
|
'message' => '您有一个新的订单',
|
||||||
// 'id' => $order->order_id
|
'id' => $order->order_id
|
||||||
// ]
|
]
|
||||||
// ], $order->mer_id);
|
], $order->mer_id);
|
||||||
//自动打印订单
|
//自动打印订单
|
||||||
$this->autoPrinter($order->order_id, $order->mer_id);
|
$this->autoPrinter($order->order_id, $order->mer_id);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user