Update User.php

This commit is contained in:
邹景立 2021-02-24 16:28:22 +08:00
parent f753fc08a1
commit bb8a7568d3

View File

@ -40,7 +40,7 @@ class User extends Controller
*/ */
protected function _page_filter(array &$data) protected function _page_filter(array &$data)
{ {
UserService::instance()->buildByUid($data, 'from', 'fromer'); UserService::instance()->buildByUid($data, 'pid1', 'fromer');
} }
/** /**