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
周少峰
9 years ago
Commit
e6bd71f25736a5f8c73813ffc53b4d0797838f27
1 parent
77110156
add brand search time
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/models/Category/Brand.php
yohobuy/m.yohobuy.com/application/models/Category/Brand.php
View file @
e6bd71f
...
...
@@ -200,6 +200,7 @@ class BrandModel
'brandDomain'
=>
$val
[
'brandDomain'
],
'brandId'
=>
$val
[
'brandId'
],
'name'
=>
$val
[
'searchTerms'
],
'searchTime'
=>
$val
[
'searchTime'
],
'url'
=>
isset
(
$val
[
'brandDomain'
])
?
Helpers
::
url
(
''
,
''
,
$val
[
'brandDomain'
])
:
''
,
);
}
...
...
Please
register
or
login
to post a comment