更新功能:数据字典和定时任务
This commit is contained in:
@@ -91,6 +91,7 @@ class User extends Controller
|
||||
'real_name' => 'nullable|string|max:50',
|
||||
'email' => 'nullable|email|unique:auth_users,email,' . $id,
|
||||
'phone' => 'nullable|string|max:20',
|
||||
'avatar' => 'nullable|string|max:500',
|
||||
'department_id' => 'nullable|integer|exists:auth_departments,id',
|
||||
'role_ids' => 'nullable|array',
|
||||
'role_ids.*' => 'integer|exists:auth_roles,id',
|
||||
|
||||
Reference in New Issue
Block a user