Browse Source

fix bug

release_toaliyun_real
winter 4 years ago
parent
commit
734dfef7bb
2 changed files with 2 additions and 4 deletions
  1. +0
    -2
      mallinkAdmin/src/main/java/com/iformall/flowable/ContractTaskFinishHandler.java
  2. +2
    -2
      mallinkAdmin/src/main/resources/application.yml

+ 0
- 2
mallinkAdmin/src/main/java/com/iformall/flowable/ContractTaskFinishHandler.java View File

@@ -20,11 +20,9 @@ import java.util.Map;
@Component(value="contractTaskFinishListener")
public class ContractTaskFinishHandler implements TaskListener {
@Lazy
@Autowired
private WxFlowService wxFlowService;
@Lazy
@Autowired
private WxPropertyContractService wxPropertyContractService;



+ 2
- 2
mallinkAdmin/src/main/resources/application.yml View File

@@ -38,8 +38,8 @@ spring:
# publisher-confirms: true
# virtual-host: /
# FLOWABLE
flowable:
async-executor-activate: false
#flowable:
#async-executor-activate: false
aop:
proxy-target-class: true
auto: true


Loading…
Cancel
Save