Commit 19693eb2 authored by liqin's avatar liqin 💬

bug fixed

parent 24a31227
...@@ -29,6 +29,7 @@ public class MetaObjectHandlerConfig implements MetaObjectHandler { ...@@ -29,6 +29,7 @@ public class MetaObjectHandlerConfig implements MetaObjectHandler {
// 创建人 // 创建人
// Principal currentUser = getCurrentUser(); // Principal currentUser = getCurrentUser();
// this.setFieldValByName("creatorId", currentUser.getId(), metaObject); // this.setFieldValByName("creatorId", currentUser.getId(), metaObject);
this.setFieldValByName("userId", "1", metaObject);
// this.setFieldValByName("creatorName", currentUser.getLoginName(), metaObject); // this.setFieldValByName("creatorName", currentUser.getLoginName(), metaObject);
} }
......
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