Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
hf
2015-11-04 01:03:44 +0800
Commit
a20261dc265d4be8856b9d2f2792f09ca1807b00
2 parents
bb26e85d
bebfec0e
Merge remote-tracking branch 'origin/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 @
a20261d
...
...
@@ -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