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
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
b7103a28915ff50c7c27d412e67f339c2601efc1
2 parents
e387f9e4
a4d90674
Merge branch 'release/4.5' of git.yoho.cn:fe/YOHOBUYWAP into release/4.5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Category/controllers/Brand.php
yohobuy/m.yohobuy.com/application/modules/Category/controllers/Brand.php
View file @
b7103a2
...
...
@@ -85,7 +85,7 @@ class BrandController extends AbstractAction
$brandDomain
=
$this
->
get
(
'brandDomain'
);
$brandId
=
$this
->
get
(
'brandId'
);
do
{
if
(
empty
(
$
brandId
)
||
empty
(
$uid
)
||
empty
(
$brandDomain
)
||
empty
(
$brandName
))
{
if
(
empty
(
$
uid
)
||
empty
(
$brandName
))
{
break
;
}
$records
=
time
()
.
'_'
.
$brandName
.
'_'
.
$brandDomain
.
'_'
.
$brandId
;
...
...
Please
register
or
login
to post a comment