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
Email Patches
Plain Diff
Browse Files
Authored by
yangyang
2016-01-13 11:03:47 +0800
Commit
e02f829638e3187dec4171c539fc067c9e3955e5
1 parent
2b7ef7da
修改Search.php下一个小错误
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Search.php
yohobuy/www.yohobuy.com/application/modules/Product/controllers/Search.php
View file @
e02f829
...
...
@@ -60,7 +60,7 @@ class SearchController extends WebAction
if
(
!
$price
[
0
])
{
$price
[
0
]
=
0
;
}
if
(
$price
[
1
])
{
if
(
!
$price
[
1
])
{
$price
[
1
]
=
99999
;
}
$condition
[
'price'
]
=
implode
(
','
,
$price
);
...
...
Please
register
or
login
to post a comment