提交 b3855eb8 编写于 作者: T Tijs Rademakers

Change default tenantId value for Oracle

上级 d461c716
......@@ -18,6 +18,7 @@ import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.flowable.cmmn.engine.CmmnEngineConfiguration;
import org.flowable.cmmn.engine.impl.repository.CaseDefinitionUtil;
import org.flowable.cmmn.engine.impl.util.CommandContextUtil;
import org.flowable.cmmn.engine.impl.variable.VariableScopeType;
......@@ -42,7 +43,7 @@ public class PlanItemInstanceEntityImpl extends VariableScopeImpl implements Pla
protected String startUserId;
protected String referenceId;
protected String referenceType;
protected String tenantId;
protected String tenantId = CmmnEngineConfiguration.NO_TENANT_ID;
// Non-persisted
protected PlanItem planItem;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册