zhangherong
2025-05-15 8fb8d37784ce6c466f7142275e1eace2cb012e44
lxzn-module-flowable/src/main/java/org/jeecg/modules/flowable/apithird/service/FlowCommonService.java
@@ -7,8 +7,9 @@
import org.jeecg.modules.flowable.apithird.business.service.impl.FlowMyBusinessServiceImpl;
import org.jeecg.modules.flowable.apithird.common.exception.CustomException;
import org.jeecg.modules.flowable.service.impl.FlowInstanceServiceImpl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
/**
 *业务模块调用API的集合
@@ -18,9 +19,9 @@
 */
@Service
public class FlowCommonService {
    @Autowired
    @Resource
    FlowMyBusinessServiceImpl flowMyBusinessService;
    @Autowired
    @Resource
    FlowInstanceServiceImpl flowInstanceService;
    /**
     * 初始生成或修改业务与流程的关联信息<br/>