|
|
@@ -1266,7 +1266,7 @@ public class HpUserService extends CrudService<HpUserMapper, HpUser> {
|
|
|
Map map = new HashMap();
|
|
|
//返回用户简历信息
|
|
|
List<HpResume> hpResumeList = hpResumeService.findListByUserId(hpUser2.getId());
|
|
|
- HpResume hpResume = new HpResume();
|
|
|
+ HpResume hpResume = null;
|
|
|
if (hpResumeList != null && hpResumeList.size() > 0) {
|
|
|
hpResume = hpResumeList.get(0);
|
|
|
List<HpResumeWorkExperience> hpResumeWorkExperienceList = hpResumeWorkExperienceService.findListByResumeId(hpResume.getId());
|