Browse Source

11

undefined
loumengning 4 years ago
parent
commit
1d78acd31b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      application/admin/controller/user/User.php

+ 3
- 3
application/admin/controller/user/User.php View File

@@ -109,12 +109,12 @@ class User extends Backend
//修改的是密码
$val= \app\common\library\Auth::instance()->getEncryptPassword($val, $salt);
}
if (!$val){
continue 2;
}
if ($currentColumn==5 && !$val){
$val=-1;
}
if (!$val){
continue 2;
}
$values[] = is_null($val) ? '' : $val;
}
// $row = [];


Loading…
Cancel
Save