|
|
|
@ -303,7 +303,6 @@ public class SimpleClientApplyServiceImpl implements SimpleClientApplyService {
|
|
|
|
|
sysAccount.put("password_aes", PasswordUtils.encryptAESPwd(apply.getString("password")));
|
|
|
|
|
sysAccount.put("creator",0);
|
|
|
|
|
sysAccount.put("contact_phone",apply.getString("contact_phone"));
|
|
|
|
|
sysAccount.put("password_hash",apply.getString("password"));
|
|
|
|
|
sysAccount.put("client_id",clientId);
|
|
|
|
|
sysAccount.put("create_time",new Date());
|
|
|
|
|
sysAccount.put("is_password_expired",0);
|
|
|
|
|