Commit 45513ef7 by 杨树贤

丢队列问题

parent 98b25d29
Showing with 1 additions and 1 deletions
...@@ -456,7 +456,7 @@ class SupplierService ...@@ -456,7 +456,7 @@ class SupplierService
$supplier = SupplierChannelModel::where('supplier_id', $supplierId)->first()->toArray(); $supplier = SupplierChannelModel::where('supplier_id', $supplierId)->first()->toArray();
//还要丢队列给批量修改sku的内部编码 //还要丢队列给批量修改sku的内部编码
$redisKey = 'lie_supplier_change_yunxin_user_' . $supplierId; $redisKey = 'lie_supplier_change_yunxin_user_' . $supplierId;
if ($redis->get($redisKey)) { if (!$redis->get($redisKey)) {
$data = [ $data = [
'canal' => $supplier['supplier_code'], 'canal' => $supplier['supplier_code'],
"encoded" => $yunxinChannelUid, "encoded" => $yunxinChannelUid,
......
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