|
|
@@ -52,7 +52,8 @@ class cancelLimitBuyConsumer implements ConsumerInterface
|
|
|
}
|
|
|
} catch (\Exception $e) {
|
|
|
noticeUtil::push("取消限购的消费者报错:" . $e->getMessage());
|
|
|
- return ConsumerInterface::MSG_REQUEUE;
|
|
|
+ //return ConsumerInterface::MSG_REQUEUE;
|
|
|
+ return ConsumerInterface::MSG_ACK;
|
|
|
}
|
|
|
}
|
|
|
|