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
hf
9 years ago
Commit
3ce4c4dc6080d7122d1eeb498ecbb1eeae4c0dd1
1 parent
27732e28
code review by fei.hong: do modify cache config to aliyun vpc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
yohobuy/www.yohobuy.com/application/models/Product/Item.php
yohobuy/www.yohobuy.com/application/models/Product/Item.php
View file @
3ce4c4d
...
...
@@ -851,9 +851,9 @@ class ItemModel
foreach
(
$baseInfo
[
'goodsList'
]
as
$pos
=>
$value
)
{
// 如果status为0,即skc下架时就跳过该商品
// if ($value['status'] === 0) {
// continue;
// }
if
(
$value
[
'status'
]
===
0
)
{
continue
;
}
if
(
isset
(
$value
[
'goodsImagesList'
]))
{
//商品列表
$goodsGroup
=
array
(
...
...
Please
register
or
login
to post a comment