因为这个项目license问题无法开源,更多技术支持与服务请加入我的知识星球。
今天在新的jeecg-boot里加入下面的代码
/**
* 部门经理处理类
*
* @author nbacheng
* @date 2023-08-06
*/
@AllArgsConstructor
@Component("DepManagerHandler")
@DependsOn({"SpringContextUtils"})
public class DepManagerHandler {
//IFlowThirdService flowThirdService = SpringContextUtils.getBean(IFlowThirdService.class);
RuntimeService runtimeService = SpringContextUtils.getBean(RuntimeService.class);
IFlowThirdService flowThirdService = SpringContextUtils.getBean(IFlowThirdService.class);
public List<String>