bug
parent
09577d64c4
commit
2c74b9a5cf
|
|
@ -121,6 +121,7 @@ public class AccountExecutor implements AccountApi {
|
|||
userAddCmd.setAccount(result.getAccount());
|
||||
userAddCmd.setTenantId(result.getTenantId());
|
||||
userAddCmd.setName(result.getUserName());
|
||||
// userAddCmd.setMobile(result.getPhone());
|
||||
String pas = defPassword;
|
||||
if (StringUtils.isNotBlank(result.getPassword())) {
|
||||
pas = result.getPassword();
|
||||
|
|
|
|||
Loading…
Reference in New Issue