Skip to content

Commit

Permalink
Revert "Fixes opengoofy#501 optimize mybatisPlus config"
Browse files Browse the repository at this point in the history
This reverts commit ca671ac.
  • Loading branch information
Hibernate5666 committed Aug 8, 2022
1 parent ca671ac commit 3e94188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ public void insertFill(MetaObject metaObject) {

@Override
public void updateFill(MetaObject metaObject) {
this.strictUpdateFill(metaObject, "gmtModified", Date.class, new Date());
this.strictInsertFill(metaObject, "gmtModified", Date.class, new Date());
}
}

0 comments on commit 3e94188

Please # to comment.