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