소스 검색

客户档案修改,触发修改时间

anderx 9 달 전
부모
커밋
4b368b6abb
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

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