Browse Source

新增档案也设置修改时间

anderx 8 months ago
parent
commit
13d933843c

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