mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 优化 工作流配置书写错误
This commit is contained in:
@ -196,7 +196,7 @@ public class SysTenantServiceImpl implements ISysTenantService {
|
||||
configMapper.insertBatch(sysConfigList);
|
||||
|
||||
// 未开启工作流不执行下方操作
|
||||
if (SpringUtils.getProperty("work-flow.enabled", Boolean.class, false)) {
|
||||
if (SpringUtils.getProperty("warm-flow.enabled", Boolean.class, false)) {
|
||||
WorkflowService workflowService = SpringUtils.getBean(WorkflowService.class);
|
||||
// 新增租户流程定义
|
||||
workflowService.syncDef(tenantId);
|
||||
|
Reference in New Issue
Block a user