|
@@ -1422,6 +1422,7 @@ public class SceneFileBuildServiceImpl extends ServiceImpl<ISceneFileBuildMapper
|
|
}
|
|
}
|
|
Map<String,Object> result = new HashMap<>();
|
|
Map<String,Object> result = new HashMap<>();
|
|
result.put("code",sceneNum);
|
|
result.put("code",sceneNum);
|
|
|
|
+ result.put("newDataSource",newDataSource);
|
|
return ResultData.ok(result);
|
|
return ResultData.ok(result);
|
|
}
|
|
}
|
|
|
|
|