正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -51,6 +51,7 @@ class ProjectUserController extends BaseController | @@ -51,6 +51,7 @@ class ProjectUserController extends BaseController | ||
| 51 | 'gl_project_user.mobile AS mobile', | 51 | 'gl_project_user.mobile AS mobile', |
| 52 | 'gl_project_user.email AS email', | 52 | 'gl_project_user.email AS email', |
| 53 | 'gl_project_user.status AS status', | 53 | 'gl_project_user.status AS status', |
| 54 | + 'gl_project_user.name AS name', | ||
| 54 | ]; | 55 | ]; |
| 55 | return $select; | 56 | return $select; |
| 56 | } | 57 | } |
-
请 注册 或 登录 后发表评论