Commit 61b432b6 by 杨树贤

加入限制

parent aeb1df5e
Showing with 3 additions and 1 deletions
......@@ -510,7 +510,9 @@ class SkuService extends BaseService
foreach ($skuIds as $skuId) {
$channel = $conn->channel();
$channel->queue_declare('lie_footstone_update_sku_info_queue', false, true, false, false);
if (empty($skuId)) {
continue;
}
$msg = new AMQPMessage(json_encode([[
'goods_id' => $skuId,
'goods_label' => $goodsLabel,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment