|
@@ -41,9 +41,9 @@ public class SceneMarkShapeBoxServiceImpl extends ServiceImpl<MarkShapeBoxMapper
|
|
@Resource
|
|
@Resource
|
|
ShapesBoxClient shapesBoxClient;
|
|
ShapesBoxClient shapesBoxClient;
|
|
|
|
|
|
- @Value("${4dkk.nodeService.basePath}")
|
|
|
|
|
|
+ @Value("${4dkk.nodeService.basePath:#{null}}")
|
|
private String planeCovertBasePathUrl;
|
|
private String planeCovertBasePathUrl;
|
|
- @Value("${4dkk.nodeService.api.planeCovert}")
|
|
|
|
|
|
+ @Value("${4dkk.nodeService.api.planeCovert:#{null}}")
|
|
private String planeCovert;
|
|
private String planeCovert;
|
|
|
|
|
|
|
|
|