|
@@ -2698,6 +2698,7 @@ class ProductClass extends BaseClass
|
|
|
// 用 RabbitMQ 延迟消息在到期时清空订单项限购字段
|
|
// 用 RabbitMQ 延迟消息在到期时清空订单项限购字段
|
|
|
$message = [
|
|
$message = [
|
|
|
'type' => 'limit_buy_clear',
|
|
'type' => 'limit_buy_clear',
|
|
|
|
|
+ 'ptType' => 'ghs',
|
|
|
'productId' => $productId,
|
|
'productId' => $productId,
|
|
|
'clearAt' => $clearAt,
|
|
'clearAt' => $clearAt,
|
|
|
];
|
|
];
|