shish 2 年之前
父節點
當前提交
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()