移动端适配

This commit is contained in:
2025-12-09 16:04:36 +08:00
parent 242a263daa
commit a063e9ce32
14 changed files with 811 additions and 50 deletions

View File

@@ -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;