shish 2 lat temu
rodzic
commit
c511bd088f
1 zmienionych plików z 1 dodań i 1 usunięć
  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', '*');
         $list = StatBookClass::getAllByCondition($where, 'time DESC', '*');
-        util::success(['list' => $list]);
+        util::success(['list' => $list, 'moreData' => 0, 'totalPage' => 1, 'totalNum' => 0]);
     }
     }
 
 
     public function actionPrintOrder()
     public function actionPrintOrder()