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
e390a751a0adf83edffc78521daeb5a65e332a5e
1 parent
ce60436a
add check
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 @
e390a75
...
...
@@ -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