Commit 7468cecf authored by m1991's avatar m1991

资讯模块数据——数据展示功能修复

parent c6708154
...@@ -128,7 +128,7 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U ...@@ -128,7 +128,7 @@ public class UserServiceImpl extends ServiceImpl<UsersMapper, User> implements U
byUserId1.setInviteCode(inviteCode); byUserId1.setInviteCode(inviteCode);
byUserId1.setUserLevel(0); byUserId1.setUserLevel(0);
usersMapper.edit(byUserId1); usersMapper.updateById(byUserId1);
String BYQM = String.valueOf(usersMapper.BYQMById(userId)); String BYQM = String.valueOf(usersMapper.BYQMById(userId));
......
...@@ -51,6 +51,7 @@ mybatis-plus: ...@@ -51,6 +51,7 @@ mybatis-plus:
cache-enabled: false cache-enabled: false
call-setters-on-nulls: true call-setters-on-nulls: true
jdbc-type-for-null: 'null' jdbc-type-for-null: 'null'
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
xxl: xxl:
job: job:
......
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