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
b9fc32db207850c3c7288c32353775717c6aeb88
1 parent
b30ce363
brand history
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/models/Category/Brand.php
yohobuy/m.yohobuy.com/application/models/Category/Brand.php
View file @
b9fc32d
...
...
@@ -196,13 +196,12 @@ class BrandModel
break
;
}
foreach
(
$list
[
'data'
]
as
$key
=>
$val
)
{
$result
[
$val
[
'brandDomain'
]
]
=
array
(
$result
[]
=
array
(
'name'
=>
$val
[
'searchTerms'
],
'searchTime'
=>
$val
[
'searchTime'
],
);
}
}
while
(
false
);
$result
=
array_values
(
$result
);
return
$result
;
}
...
...
Please
register
or
login
to post a comment