Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
9 years ago
Commit
48d9b2d0ce570fa6776cb2555c67b30176ffce0e
1 parent
026c5352
search gender 判断是否存在
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Search.php
yohobuy/m.yohobuy.com/application/controllers/Search.php
View file @
48d9b2d
...
...
@@ -340,7 +340,7 @@ class SearchController extends AbstractAction
// $data = Product\ListModel::getClassData($condition);
// 产品吴婷要求这么做,目的是保持性别中的所有性别和当前频道性别一致
if
(
$condition
[
'gender'
]
===
'1,2,3'
)
{
if
(
isset
(
$condition
[
'gender'
])
&&
$condition
[
'gender'
]
===
'1,2,3'
)
{
switch
(
$condition
[
'channel'
])
{
case
1
:
$condition
[
'gender'
]
=
'1,3'
;
...
...
Please
register
or
login
to post a comment