|
@@ -113,6 +113,7 @@ public class UserArchivesInterviewServiceImpl extends BaseMybatisDao<UserArchive
|
|
|
}
|
|
}
|
|
|
if (in.getId()!=null){
|
|
if (in.getId()!=null){
|
|
|
addUserDataLog(userArchives,in);
|
|
addUserDataLog(userArchives,in);
|
|
|
|
|
+ in.setUpdateTime(new Date());
|
|
|
userArchivesMapper.update(in);
|
|
userArchivesMapper.update(in);
|
|
|
}else {
|
|
}else {
|
|
|
in.setEarlyCommunication(null);
|
|
in.setEarlyCommunication(null);
|