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
Plain Diff
Browse Files
Authored by
Rock Zhang
2015-12-07 18:25:52 +0800
Commit
396ad8a50148bb31cc98db823b080d92f2394470
2 parents
ca040503
49ee6cc3
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into test
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Newsale.php
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Newsale.php
View file @
396ad8a
...
...
@@ -191,7 +191,6 @@ class NewsaleController extends AbstractAction
$data
=
NewsaleData
::
selectNewSaleProducts
(
$gender
,
$brand
,
$sort
,
$color
,
$size
,
$price
,
$p_d
,
$channel
,
$dayLimit
,
$limit
,
$page
,
$order
);
print_r
(
$data
);
$result
=
\Product\NewsaleModel
::
filterData
(
$data
,
$gender
);
}
...
...
Please
register
or
login
to post a comment