|
|
@@ -121,6 +121,7 @@ public class UserArchivesInterviewServiceImpl extends BaseMybatisDao<UserArchive
|
|
|
in.setEarlyCommunication(null);
|
|
|
in.setInterviewIdeas(null);
|
|
|
in.setCreateTime(new Date());
|
|
|
+ in.setUpdateTime(new Date());
|
|
|
userArchivesMapper.insert(in);
|
|
|
}
|
|
|
}
|