|
@@ -15,7 +15,7 @@ class Controller_Admin_Onlinereg extends Controller_Admin_Base |
|
@@ -15,7 +15,7 @@ class Controller_Admin_Onlinereg extends Controller_Admin_Base |
15
|
$type = 0;
|
15
|
$type = 0;
|
16
|
}
|
16
|
}
|
17
|
$limit = 15;
|
17
|
$limit = 15;
|
18
|
- $total = Facade_Onlinereg::getSellerListByType($type);
|
18
|
+ $total = Facade_Onlinereg::getSellerTotalByType($type);
|
19
|
$pagination = new Lib_Helper_Pagination($total, $limit);
|
19
|
$pagination = new Lib_Helper_Pagination($total, $limit);
|
20
|
$pagination->setParames(array('type' => $type));
|
20
|
$pagination->setParames(array('type' => $type));
|
21
|
$list = Facade_Onlinereg::getSellerListByType($type, $pagination->getOffset(), $limit);
|
21
|
$list = Facade_Onlinereg::getSellerListByType($type, $pagination->getOffset(), $limit);
|