Commit eeeaf539 authored by pengxin's avatar pengxin

去掉多余的代码。

parent ec4e8a88
...@@ -373,7 +373,6 @@ public class DatasetVersionController { ...@@ -373,7 +373,6 @@ public class DatasetVersionController {
public ResponseResult<String> startExport(@RequestParam Long versionId, public ResponseResult<String> startExport(@RequestParam Long versionId,
@RequestParam String fileType){ @RequestParam String fileType){
DatasetVersion datasetVersion = this.datasetVersionService.getById(versionId); DatasetVersion datasetVersion = this.datasetVersionService.getById(versionId);
datasetVersion.setFileUrl("E:\\自我认知数据集_V2.json");
if (datasetVersion == null) { if (datasetVersion == null) {
String errorMessage = "数据操作失败,查询数据不存在,请刷新后重试!"; String errorMessage = "数据操作失败,查询数据不存在,请刷新后重试!";
return ResponseResult.error(ErrorCodeEnum.DATA_NOT_EXIST,errorMessage); return ResponseResult.error(ErrorCodeEnum.DATA_NOT_EXIST,errorMessage);
......
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