Authored by hf

fixes bug to newsale page show banner link

... ... @@ -201,7 +201,7 @@ class NewsaleModel
}
// 接口调用正常,数据封装完成, 则设置一级(master)和二级(slave)数据缓存
else {
Cache::set($cacheKey, $result);
Cache::set($key, $result);
}
}
... ...