1.自动工单非重复任务保存优化

main
yitonglei 3 years ago
parent f8e54a3474
commit f6ff5d459f
  1. 1
      lab-plugin/lab-workflow/src/main/java/org/springblade/plugin/listener/ProcessEndListener.java
  2. 5
      lab-plugin/lab-workflow/src/main/resources/config.properties
  3. 5
      lab-service/lab-system/src/main/resources/config.properties

@ -28,6 +28,7 @@ public class ProcessEndListener implements ExecutionListener {
String event = delegateExecution.getEventName();
String processInstanceId = delegateExecution.getProcessInstanceId();
Map<String,Object> variables = delegateExecution.getVariables();
switch (event) {
case "start" :
IAutoStartModelService autoStartModelService = (IAutoStartModelService)SpringContextHolder.getBean(AutoStartModelServiceImpl.class);

@ -0,0 +1,5 @@
#系统配置信息
#认证配置
domain=yw.com.cn
ssoKey=SSOToken
keeperUrl=http://localhost:8088/Keeper.aspx

@ -0,0 +1,5 @@
#系统配置信息
#认证配置
domain=yw.com.cn
ssoKey=SSOToken
keeperUrl=http://localhost:8088/Keeper.aspx
Loading…
Cancel
Save