|
|
@@ -97,6 +97,7 @@ public class RecruitInterviewServiceImpl extends ServiceImpl<RecruitInterviewMap
|
|
|
if(recruitResumeVo==null){
|
|
|
throw new CustomException("简历不存在");
|
|
|
}
|
|
|
+ add.setStatus(1);
|
|
|
add.setResumeJson(JSONObject.toJSONString(recruitResumeVo));
|
|
|
add.setCreateTime(DateUtils.getNowTime());
|
|
|
add.setUpdateTime(DateUtils.getNowTime());
|