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
实验对比分页查询bug
dev-credits
chenzhihang
10 months ago
parent
d0500f1f00
commit
0a43229378
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ExperimentInsDaoMapper.xml
+ 1
- 0
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ExperimentInsDaoMapper.xml
View File
@@ -277,6 +277,7 @@
<if test="! isTrain">
<if test="! isTrain">
and not JSON_CONTAINS(metric_value, 'null', '$.evaluate')
and not JSON_CONTAINS(metric_value, 'null', '$.evaluate')
</if>
</if>
limit #{pageable.offset}, #{pageable.pageSize}
</select>
</select>
<!--新增所有列-->
<!--新增所有列-->
Write
Preview
Loading…
Cancel
Save