|
@@ -64,7 +64,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
IIncrementTypeService incrementTypeService;
|
|
IIncrementTypeService incrementTypeService;
|
|
@Autowired
|
|
@Autowired
|
|
ISceneProEditService sceneProEditService;
|
|
ISceneProEditService sceneProEditService;
|
|
- @Resource
|
|
|
|
|
|
+ @Autowired
|
|
FYunFileServiceInterface fYunFileServiceInterface;
|
|
FYunFileServiceInterface fYunFileServiceInterface;
|
|
@Autowired
|
|
@Autowired
|
|
IScenePlusService scenePlusService;
|
|
IScenePlusService scenePlusService;
|
|
@@ -76,7 +76,7 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
IScenePlusExtService scenePlusExtService;
|
|
IScenePlusExtService scenePlusExtService;
|
|
@Autowired
|
|
@Autowired
|
|
LaserService laserService;
|
|
LaserService laserService;
|
|
- @Resource
|
|
|
|
|
|
+ @Autowired
|
|
FdKKClient fdKKClient;
|
|
FdKKClient fdKKClient;
|
|
|
|
|
|
|
|
|