Commit fac3e53e authored by m1991's avatar m1991

资讯模块——邀请码过滤特殊字符功能功能修复

parent 3aa9885a
......@@ -148,6 +148,8 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U
//邀请人的被邀请码
String byqm = user.getBeInvitedCode();
//通过被邀请码,比对本人邀请码查询本人id
String idb = String.valueOf(usersMapper.beInvitedCode1(beInvitedCode));
......
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