This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
ci4s
/
ci4sManagement-cloud
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
1
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Merge remote-tracking branch 'origin/dev' into dev
pull/7/head
西大锐
1 year ago
parent
210e993a74
2fb544eaa8
commit
83880b1ad4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/mapper/ExperimentDao.java
+ 1
- 1
ruoyi-modules/management-platform/src/main/java/com/ruoyi/platform/mapper/ExperimentDao.java
View File
@@ -70,7 +70,7 @@ public interface ExperimentDao {
* @param experiment 实例对象
* @return 影响行数
*/
int update(
@Param("experiment")
Experiment experiment);
int update(Experiment experiment);
/**
* 通过主键删除数据
Write
Preview
Loading…
Cancel
Save