shish 2 лет назад
Родитель
Сommit
c511bd088f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/StatBookController.php

+ 1 - 1
app-ghs/controllers/StatBookController.php

@@ -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()