|
@@ -471,6 +471,8 @@ public class KnowledgeServiceImpl extends SuperServiceImpl<KnowledgeMapper, Know
|
|
|
IUser users = ContextUtil.getCurrentUser();
|
|
|
entity.setUpdateBy(users.getUserId());
|
|
|
entity.setUpdateTime(new Date());
|
|
|
+ entity.setCreateBy(knowledge.getCreateBy());
|
|
|
+ entity.setAuthor(knowledge.getAuthor());
|
|
|
return this.getRepository().updateById(entity);
|
|
|
}
|
|
|
//知识被驳回了,重新修改进行审核(批次加1)
|