|
@@ -115,9 +115,8 @@ public class SceneFileController{
|
|
|
|
|
|
|
|
|
|
@GetMapping("copyDataAndBuild")
|
|
@GetMapping("copyDataAndBuild")
|
|
- public ResultData copyDataAndBuild(@RequestParam(value = "num") String num,@RequestParam(value = "dataSource") String dataSource,
|
|
|
|
- @RequestParam(value = "sceneVer") String sceneVer,
|
|
|
|
|
|
+ public ResultData copyDataAndBuild(@RequestParam(value = "dataSource") String dataSource,@RequestParam(value = "sceneVer") String sceneVer,
|
|
@RequestParam(value = "sourceBucket",required = false) String sourceBucket) throws Exception {
|
|
@RequestParam(value = "sourceBucket",required = false) String sourceBucket) throws Exception {
|
|
- return sceneFileBuildService.copyDataAndBuild(sourceBucket,dataSource ,num,sceneVer);
|
|
|
|
|
|
+ return sceneFileBuildService.copyDataAndBuild(sourceBucket,dataSource ,sceneVer);
|
|
}
|
|
}
|
|
}
|
|
}
|