Fix issue: 102

pull/137/head
johnniang 2019-03-02 13:02:58 +08:00
parent 2f1fba71a8
commit e745d7b3df
1 changed files with 0 additions and 6 deletions

View File

@ -113,7 +113,6 @@ public class Post implements Serializable {
/** /**
* *
*/ */
@CreatedDate
private Date postDate; private Date postDate;
/** /**
@ -171,9 +170,4 @@ public class Post implements Serializable {
} }
postId = null; postId = null;
} }
@PreUpdate
public void preUpdate() {
postUpdate = DateUtil.date();
}
} }