员工采购
This commit is contained in:
@@ -23,7 +23,6 @@ public class MybatisPlusMetaObjectHandler implements MetaObjectHandler {
|
||||
this.strictInsertFill(metaObject, "updateTime", Date.class, new Date());
|
||||
this.strictInsertFill(metaObject, "updateBy", String.class, getUsername());
|
||||
this.strictInsertFill(metaObject, "updatedBy", String.class, getUsername());
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user