Browse Source

Merge branch 'dev' of https://gitlink.org.cn/ci4s/ci4sManagement-cloud into dev

dev-active_learn
somunslotus 10 months ago
parent
commit
4a680cd1a8
1 changed files with 1 additions and 0 deletions
  1. +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">
and not JSON_CONTAINS(metric_value, 'null', '$.evaluate')
</if>
limit #{pageable.offset}, #{pageable.pageSize}
</select>

<!--新增所有列-->


Loading…
Cancel
Save