Commit ea73cf3b authored by 徐俊's avatar 徐俊

xujun

parent 82ca10c8
......@@ -235,6 +235,9 @@ public class ComTalentApplyServiceImpl extends BaseServiceImpl<ComTalentApplyDAO
@Transactional
public String talentSaveStep1(ComTalentApplyDTO dto) {
ComTalentApply comTalentApply = convert2Entity(dto);
this.update(comTalentApply);
List<ComPersonResumeDTO> ResumeList = dto.getResumeList();
List<SystemParameter> ParameterList = systemParameterService.getListByType(18);
......
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 to comment