|
@@ -108,7 +108,7 @@ class RechargeController extends O2oBaseController{
|
|
|
$criteria->sort('order', EMongoCriteria::SORT_DESC);
|
|
|
|
|
|
$cursor = Recharge::model()->findAll($criteria);
|
|
|
- $rows = self::getRows($cursor);
|
|
|
+ $rows = CommonFn::getRows($cursor);
|
|
|
$model = new Recharge();
|
|
|
$res = $model->parse($rows);
|
|
|
CommonFn::requestAjax(true,CommonFn::getMessage('message','operation_success'),$res);
|