|
@@ -116,7 +116,7 @@ public class SceneFileController{
|
|
|
|
|
|
@GetMapping("copyDataAndBuild")
|
|
|
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") String sourceBucket) throws Exception {
|
|
|
return sceneFileBuildService.copyDataAndBuild(sourceBucket,dataSource ,sceneVer);
|
|
|
}
|
|
|
}
|