移动端适配
This commit is contained in:
@@ -942,7 +942,7 @@ public class ACHAchievementServiceImpl implements AchievementService {
|
||||
}
|
||||
|
||||
// 获取用户当前信息
|
||||
TbSysUserInfo userInfo = userInfoMapper.selectById(userID);
|
||||
TbSysUserInfo userInfo = userInfoMapper.selectByUserID(userID);
|
||||
if (userInfo == null) {
|
||||
logger.warn("用户信息不存在: {}", userID);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user