shish 2 tahun lalu
induk
melakukan
9b60f5d37c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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, 'moreData' => 0, 'totalPage' => 1, 'totalNum' => 0]);
+        util::success(['list' => $list, 'moreData' => 0, 'totalPage' => 1, 'totalNum' => 1]);
     }
     }
 
 
     public function actionPrintOrder()
     public function actionPrintOrder()