mirror of
https://gitee.com/celaraze/chemex.git
synced 2024-11-29 17:58:10 +08:00
commit
9907ba545b
@ -64,7 +64,7 @@ class UserImportForm extends Form
|
|||||||
$user->title = $row['职位'];
|
$user->title = $row['职位'];
|
||||||
}
|
}
|
||||||
if (!empty($row['账号状态'])) {
|
if (!empty($row['账号状态'])) {
|
||||||
$user->title = $row['账号状态'];
|
$user->status = $row['账号状态'];
|
||||||
}
|
}
|
||||||
if (!empty($row['手机'])) {
|
if (!empty($row['手机'])) {
|
||||||
$user->mobile = $row['手机'];
|
$user->mobile = $row['手机'];
|
||||||
|
Loading…
Reference in New Issue
Block a user