Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
hf
2015-11-04 02:10:09 +0800
Commit
a19aa9bd7351b6f4d7170ae08475f78f81fe0f19
2 parents
ed79fad5
bebfec0e
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/LibModels/Wap/Product/NewsaleData.php
library/LibModels/Wap/Product/NewsaleData.php
View file @
a19aa9b
...
...
@@ -95,7 +95,7 @@ class NewsaleData
);
// 拉取筛选参数
$queriedParams
=
array_filter
(
$selectItems
,
function
(
$v
)
{
return
$v
!==
null
;
return
!
empty
(
$v
)
;
});
$param
=
Yohobuy
::
param
();
...
...
Please
register
or
login
to post a comment