Commit 297d8c34 by zwb

修改简历工作与实习经历切换

parent 183972c7
......@@ -966,7 +966,7 @@ public class NewEditionResumeServiceImpl implements NewEditionResumeService {
if (StringUtils.isNotBlank(dto.getInternshipExperience().getModelName())){
String modelName = dto.getInternshipExperience().getModelName();
if (modelName.equals(ResumeEnum.ResumeModel.INTERNSHIP.getName()))
updateModule(ResumeEnum.ResumeModel.INTERNSHIP.getWebCode(),dto.getWorkExperience());
updateModule(ResumeEnum.ResumeModel.INTERNSHIP.getWebCode(),dto.getInternshipExperience());
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment