songxingwei 2 years ago
parent
commit
b140eb9c2a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/data/controller/user/Admin.php

+ 1 - 1
app/data/controller/user/Admin.php

@@ -63,7 +63,7 @@ class Admin extends Controller
      */
     protected function _page_filter(array &$data)
     {
-        dump($data);
+        dump($data);die;
         $this->upgrades = BaseUserUpgrade::items();
         UserAdminService::buildByUid($data, 'pid1', 'from');
     }