Commit 3962b0a7 by 唐功亮

【修改】 用户注册保存明文密码

parent 7f4a0f1a
......@@ -114,6 +114,7 @@ public class MemberServiceImpl extends ServiceImpl<MemberDao, MemberEntity> impl
memberEntity.setEmail(emiail);
memberEntity.setPhone(phone);
memberEntity.setOicq("");
memberEntity.setPassword(passWord);
memberEntity.setRegisterip(IPUtils.getIpAddr(request));
memberDao.insert(memberEntity);
memberDao.insertUserAccess(userName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment