dever 6 years ago
parent
commit
d588cbc0a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/lib/Manage.php

+ 1 - 1
code/lib/Manage.php

@@ -19,7 +19,7 @@ class Manage
 			$table['创建人'] = $user['username'];
 		}
 		if ($uid && $uid > 0) {
-			$user = Dever::load('passport/user-info', $uid);
+			$user = Dever::load('passport/user-one', $uid);
 			if ($user) {
 				$table['领取人'] = $user['username'];
 				$table['手机号'] = $user['mobile'];