修改给劳科院返回的接口中返回人员名称

This commit is contained in:
sh
2026-05-25 16:35:53 +08:00
parent b9a27e066b
commit b309b0ce39
3 changed files with 11 additions and 2 deletions

View File

@@ -668,6 +668,7 @@ public class AppUserServiceImpl extends ServiceImpl<AppUserMapper,AppUser> imple
List<AppSkillVo> skillList=appSkillMapper.getUserSkillList(parmsk);
//回填
lky.setAppSkillsList(skillList);
lky.setName(appUser.getName());
return lky;
}