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
Email Patches
Plain Diff
Browse Files
Authored by
yangyang
9 years ago
Commit
dbff70e824b3c53c8ba24d9d296bd432a218a7e2
1 parent
988ac731
小修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/WebPlugin/HelperSearch.php
library/WebPlugin/HelperSearch.php
View file @
dbff70e
...
...
@@ -1296,7 +1296,7 @@ class HelperSearch
$type
= isset(self::
$params['msort']
) && self::
$params['msort']
? self::
$params['msort']
: '';
}
//新品到着
elseif (
$controller
== '
l
ist' &&
$action
== 'new') {
elseif (
$controller
== '
L
ist' &&
$action
== 'new') {
if (isset(self::
$params['shelve_time']
)) {
$date
= explode(',', self::
$params['shelve_time']
);
$date
= date('Y-m-d',
$date[0]
);
...
...
Please
register
or
login
to post a comment