Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
2015-11-06 10:41:31 +0800
Commit
31e228439f7e9d6febd2379fdfd033a0ae9129ab
1 parent
26fb8730
fixes bug to newsale page show banner link
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Product/Newsale.php
yohobuy/m.yohobuy.com/application/models/Product/Newsale.php
View file @
31e2284
...
...
@@ -201,7 +201,7 @@ class NewsaleModel
}
// 接口调用正常,数据封装完成, 则设置一级(master)和二级(slave)数据缓存
else
{
Cache
::
set
(
$
cacheK
ey
,
$result
);
Cache
::
set
(
$
k
ey
,
$result
);
}
}
...
...
Please
register
or
login
to post a comment