Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lmp_server
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lmp
lmp_server
Commits
7f2a2c50
Commit
7f2a2c50
authored
Mar 21, 2024
by
pengxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据集模块改造。
parent
6ba16583
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
DatasetVersionController.java
...ice/webadmin/app/controller/DatasetVersionController.java
+0
-1
No files found.
application-webadmin/src/main/java/com/yice/webadmin/app/controller/DatasetVersionController.java
View file @
7f2a2c50
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment