Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
c8f851cba4343c231efe855acdce5a58e0c0665c
1 parent
4767eefb
webConfig的缓存
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/models/Index/Home.php
yohobuy/www.yohobuy.com/application/models/Index/Home.php
View file @
c8f851c
...
...
@@ -246,7 +246,7 @@ class HomeModel
public
static
function
getNewArrival
(
$channel
)
{
$result
=
array
();
$key
=
sprintf
(
CacheConfig
::
KEY_WEB_HOME_CHANNEL_NEWARRIVAL_DATA
.
'_'
.
$channel
);
$key
=
sprintf
(
Web
CacheConfig
::
KEY_WEB_HOME_CHANNEL_NEWARRIVAL_DATA
.
'_'
.
$channel
);
//缓存数据
$result
=
Cache
::
get
(
$key
);
if
(
empty
(
$result
))
{
...
...
Please
register
or
login
to post a comment