Commit 245acfca by 杨树贤

云芯判断

parent a8338a3d
Showing with 1 additions and 1 deletions
......@@ -676,7 +676,7 @@ class SupplierService
{
$supplierCode = SupplierChannelModel::where('supplier_id', $supplierId)->value('supplier_code');
$redis = new RedisModel();
$rule = $redis->hget('magic_cube_price_rule', $supplierCode);
$rule = $redis->hget('magic_cube_price_rule_v2', $supplierCode);
return (bool)$rule;
}
......
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