zhanglei 2026-07-08 22:17:30 +08:00
parent 09577d64c4
commit 2c74b9a5cf
1 changed files with 1 additions and 0 deletions

View File

@ -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();