Commit 689b4dd5 by 杨树贤

调试代码

parent 7a81584f
Showing with 1 additions and 0 deletions
...@@ -1217,6 +1217,7 @@ class DataService ...@@ -1217,6 +1217,7 @@ class DataService
} else { } else {
$ruler['upload_allow_brands'] = $mainBrands; $ruler['upload_allow_brands'] = $mainBrands;
} }
dump($ruler);
$redis->hset('supplier_sku_upload_ruler_v2', $supplier['supplier_id'], json_encode($ruler)); $redis->hset('supplier_sku_upload_ruler_v2', $supplier['supplier_id'], json_encode($ruler));
} }
} }
......
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