Commit 37c99b57 authored by KeYong's avatar KeYong

修改知识库存储文档bug

parent 1d7c9d52
...@@ -76,7 +76,7 @@ public class MetaHandler implements MetaObjectHandler { ...@@ -76,7 +76,7 @@ public class MetaHandler implements MetaObjectHandler {
} }
//以下为装备中转移过来的 //以下为装备中转移过来的
if (isExistField("userId", entity)) { if (isExistField("userId", entity)) {
this.setFieldValByName("userId", Long.valueOf(agencyUserModel.getUserId()), metaObject); this.setFieldValByName("userId", String.valueOf(agencyUserModel.getUserId()), metaObject);
} }
if (isExistField("creatorId", entity)) { if (isExistField("creatorId", entity)) {
this.setFieldValByName("creatorId", Long.valueOf(agencyUserModel.getUserId()), metaObject); this.setFieldValByName("creatorId", Long.valueOf(agencyUserModel.getUserId()), 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