소스 검색

新增档案也设置修改时间

anderx 9 달 전
부모
커밋
13d933843c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/goafanti/Interview/service/impl/UserArchivesInterviewServiceImpl.java

+ 1 - 0
src/main/java/com/goafanti/Interview/service/impl/UserArchivesInterviewServiceImpl.java

@@ -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);
             }
         }