|
@@ -66,7 +66,7 @@ class indexControl extends mobileHomeControl
|
|
|
$special_list = $this->mb_special->getMbSpecialItemUsableListByID($special_id);
|
|
|
$ret = special_helper::filter($special_list,$goods_ids);
|
|
|
$helper = new goods_helper();
|
|
|
- $goods_list = $helper->get_infos($goods_ids);
|
|
|
+ $goods_list = $helper->get_distinct($goods_ids);
|
|
|
return self::outsuccess(array('special_list' => $ret,'goods_list' =>$goods_list));
|
|
|
}
|
|
|
|