Commit a75c501f authored by christ's avatar christ

ccw

parent 13c06c18
......@@ -68,12 +68,11 @@ class GoodsCommonServiceModel extends \Business\AbstractModel
$datas[$key]['goodsAttr'] = $goodsDao->getFormatGoodsAttr($val['goodsAttr']);
}
}
//获得售后商品列表getOrderGoodsByRecIds
if (!empty($datas)) {
return $datas;
} else {
return new \stdClass();
return Array();
}
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment