修改给劳科院返回的接口中返回人员名称
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user