Commit d73a89d7 authored by wangqiang's avatar wangqiang

修改autowire位置

parent 45a4c58d
......@@ -89,6 +89,9 @@ public class ExtPlanServiceImpl<V extends ExtPlanVO> implements ExtPlanService<V
@Autowired
private ModelDefinitionFeignService modelDefinitionService;
@Autowired
private DocCenterFeignService docCenterFeignService;
/**
* 通过userId获取组织名
*
......@@ -433,10 +436,6 @@ public class ExtPlanServiceImpl<V extends ExtPlanVO> implements ExtPlanService<V
return stringBuffer;
}
@Autowired
private DocCenterFeignService docCenterFeignService;
/**
* 通过number查询文档
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment