Commit 856d1996 authored by zhengjiangtao's avatar zhengjiangtao

三维模型数据隔离

parent f52970d0
...@@ -89,7 +89,7 @@ public class View3DController extends BaseController { ...@@ -89,7 +89,7 @@ public class View3DController extends BaseController {
public CommonResponse initViewNode( public CommonResponse initViewNode(
@ApiParam(value = "节点类型", required = false) @RequestParam(required = false) String type, @ApiParam(value = "节点类型", required = false) @RequestParam(required = false) String type,
@ApiParam(value = "组织code", required = false) @RequestParam(required = false) String orgCode) { @ApiParam(value = "组织code", required = false) @RequestParam(required = false) String orgCode) {
if (StringUtil.isNotEmpty(type)) { if (StringUtil.isNotEmpty(type) && StringUtil.isNotEmpty(orgCode)) {
//动环数据 //动环数据
String token = getToken(); String token = getToken();
if(type.equals("dynamicRingData")) { if(type.equals("dynamicRingData")) {
......
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