lyh
2025-02-25 ed9f1d757d6d3486dd69a726454eb69c3c9bc538
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/>