master
wangning 7 years ago
parent a84406f6c0
commit b028a0deb1

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

Loading…
Cancel
Save