fix 【资源库】详情接口没有返回field1Name

This commit is contained in:
liuhuazhong 2025-05-09 17:08:40 +08:00
parent 677fb671bb
commit a992476be6
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class AchievementsServiceImpl implements IAchievementsService {
}
a.setUserImg(img);
}
return achievementsMapper.selectAchievementsById(id);
return a;
}
/**