ZxcZxc123 1 year ago
parent
commit
6d963ab715
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/models/user/UserBill.php

+ 1 - 0
app/models/user/UserBill.php

@@ -170,6 +170,7 @@ class UserBill extends BaseModel
 
         if ($page) $model = $model->page((int)$page, (int)$limit);
         $list = ($list = $model->select()) ? $list->toArray() : [];
+        var_dump($list);
         $data = [];
         foreach ($list as $item) {
             var_dump('2.4');