Browse Source

add to local

stanley-king 8 years ago
parent
commit
b93491e457
1 changed files with 1 additions and 4 deletions
  1. 1 4
      mobile/control/index.php

+ 1 - 4
mobile/control/index.php

@@ -66,10 +66,7 @@ class indexControl extends specialControl
     }
     public function indexOp()
     {
-        $helper = new special_helper($this->old_homeid());
-        $special_list = $helper->format($goods_ids);
-
-//        $special_list = $this->mb_special->getMbSpecialItemUsableListByIDEx($this->old_homeid());
+        $special_list = $this->mb_special->getMbSpecialItemUsableListByIDEx($this->old_homeid());
         $sale_list = $this->sale_list();
         return self::outsuccess(array('special_list' => $special_list, 'sale_list' => $sale_list));
     }