Commit 7e8d338b by yuwei

2.0.0项目初始化

parent 225f31d5
......@@ -22,7 +22,7 @@ public class DataMetaObjectHandler implements MetaObjectHandler {
public void updateFill(MetaObject metaObject) {
this.strictUpdateFill(metaObject, "updateTime", LocalDateTime.class, LocalDateTime.now());
String userId = getUserId();
this.strictInsertFill(metaObject, "updateBy", String.class, userId);
this.strictUpdateFill(metaObject, "updateBy", String.class, userId);
}
private String getUserId() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment