监听器修改
Some checks are pending
Java CI with Maven / build (11) (push) Waiting to run
Java CI with Maven / build (17) (push) Waiting to run
Java CI with Maven / build (8) (push) Waiting to run
yudao-ui-admin CI / build (14.x) (push) Waiting to run
yudao-ui-admin CI / build (16.x) (push) Waiting to run
Some checks are pending
Java CI with Maven / build (11) (push) Waiting to run
Java CI with Maven / build (17) (push) Waiting to run
Java CI with Maven / build (8) (push) Waiting to run
yudao-ui-admin CI / build (14.x) (push) Waiting to run
yudao-ui-admin CI / build (16.x) (push) Waiting to run
This commit is contained in:
parent
a23f96ca98
commit
9e2504cafa
@ -9,7 +9,7 @@ import org.springframework.stereotype.Component;
|
|||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
|
|
||||||
@Component
|
@Component
|
||||||
public class BpmBygpStatusListener extends BpmProcessInstanceStatusEventListener {
|
public class BpmBgypStatusListener extends BpmProcessInstanceStatusEventListener {
|
||||||
|
|
||||||
@Resource
|
@Resource
|
||||||
private BgypService bgypService;
|
private BgypService bgypService;
|
@ -7,12 +7,6 @@ import cn.iocoder.yudao.module.home.service.clgl.ClglServiceImpl;
|
|||||||
import org.springframework.stereotype.Component;
|
import org.springframework.stereotype.Component;
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
|
|
||||||
/**
|
|
||||||
* 车辆管理流程的结果的监听器实现类
|
|
||||||
*
|
|
||||||
* @author 芋道源码
|
|
||||||
*/
|
|
||||||
@Component
|
@Component
|
||||||
public class BpmClglStatusListener extends BpmProcessInstanceStatusEventListener {
|
public class BpmClglStatusListener extends BpmProcessInstanceStatusEventListener {
|
||||||
|
|
||||||
|
@ -11,11 +11,6 @@ import org.springframework.stereotype.Component;
|
|||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
|
|
||||||
/**
|
|
||||||
* 车辆管理流程的结果的监听器实现类
|
|
||||||
*
|
|
||||||
* @author 芋道源码
|
|
||||||
*/
|
|
||||||
@Component
|
@Component
|
||||||
public class BpmJbglStatusListener extends BpmProcessInstanceStatusEventListener {
|
public class BpmJbglStatusListener extends BpmProcessInstanceStatusEventListener {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user