积分问题

banner问题
This commit is contained in:
2024-12-30 23:43:41 +08:00
parent 5f3e76fb5c
commit f5b2f827d1
6 changed files with 16 additions and 15 deletions

View File

@@ -21,7 +21,7 @@ public class UserIntegralServiceImpl extends ServiceImpl<UserIntegralDao, UserIn
@Override
public UserIntegral selectById(Long id) {
UserIntegral userIntegral = userIntegralDao.selectById(id);
UserIntegral userIntegral = baseMapper.selectById(id);
if (userIntegral == null) {
userIntegral = new UserIntegral();
userIntegral.setUserId(id);