|
|
@@ -101,6 +101,8 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
private UserFirstInterviewMapper userFirstInterviewMapper;
|
|
|
@Autowired
|
|
|
private UserArchivesInterviewMapper userArchivesInterviewMapper;
|
|
|
+ @Autowired
|
|
|
+ private UserInterviewProjectMapper userInterviewProjectMapper;
|
|
|
|
|
|
@Override
|
|
|
@Transactional
|
|
|
@@ -163,6 +165,8 @@ public class PublicReleaseServiceImpl extends BaseMybatisDao<PublicReleaseMapper
|
|
|
userArchivesInterviewMapper.update(uai);
|
|
|
}
|
|
|
}
|
|
|
+ userInterviewProjectMapper.updateTypeByUid(e.getUid());
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|