Commit c9c58be1 by 唐功亮

【修改】 注册时不报错明文密码 password字段

parent 5177dd64
......@@ -126,7 +126,7 @@ public class MemberServiceImpl extends ServiceImpl<MemberDao, MemberEntity> impl
memberEntity.setEmail(emiail);
memberEntity.setPhone(phone);
memberEntity.setOicq("");
memberEntity.setPassword(passWord);
//memberEntity.setPassword(passWord);
memberEntity.setRegisterip(IPUtils.getIpAddr(request));
memberEntity.setApplystate("未申请");
memberEntity.setSource("www");
......
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