feature(improve) - 优化事件移除一些引擎内部常量
This commit is contained in:
parent
7aab8ae4e2
commit
e371175be6
@ -71,11 +71,6 @@ public abstract class AbstractBpmnEventListener<T extends OperationContext> impl
|
||||
if (!refreshProperties.getFilterFormFieldProcessDefinitionKeys().contains(processDefinitionKey)) {
|
||||
return new SimpleFormModel();
|
||||
}
|
||||
// if (!Objects.equals("gongrendanganqianshu", processInstance.getProcessDefinitionKey()) &&
|
||||
// !Objects.equals("jinengpeixun", processInstance.getProcessDefinitionKey()) &&
|
||||
// !Objects.equals("anquanjiaoyu", processInstance.getProcessDefinitionKey())) {
|
||||
// return new SimpleFormModel();
|
||||
// }
|
||||
FormInfo formInfo = formRepositoryService.getFormModelByKey(processDefinitionKey, tenantId, true);
|
||||
if (Objects.isNull(formInfo)) {
|
||||
return new SimpleFormModel();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user