@@ -27,7 +27,7 @@ class StatBookController extends BaseController
}
$list = StatBookClass::getAllByCondition($where, 'time DESC', '*');
- util::success(['list' => $list]);
+ util::success(['list' => $list, 'moreData' => 0, 'totalPage' => 1, 'totalNum' => 0]);
public function actionPrintOrder()