fixes bug to newsale page show banner link
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -201,7 +201,7 @@ class NewsaleModel | @@ -201,7 +201,7 @@ class NewsaleModel | ||
201 | } | 201 | } |
202 | // 接口调用正常,数据封装完成, 则设置一级(master)和二级(slave)数据缓存 | 202 | // 接口调用正常,数据封装完成, 则设置一级(master)和二级(slave)数据缓存 |
203 | else { | 203 | else { |
204 | - Cache::set($cacheKey, $result); | 204 | + Cache::set($key, $result); |
205 | } | 205 | } |
206 | } | 206 | } |
207 | 207 |
-
Please register or login to post a comment