Browse Source

新增指标对比

pull/96/head
fanshuai 1 year ago
parent
commit
37b4e3d617
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ExperimentInsDaoMapper.xml

+ 1
- 1
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ExperimentInsDaoMapper.xml View File

@@ -306,7 +306,7 @@
global_param = #{experimentIns.globalParam},
</if>
<if test="experimentIns.metricRecord != null and experimentIns.metricRecord != ''">
and metric_record = #{experimentIns.metricRecord}
metric_record = #{experimentIns.metricRecord},
</if>
<if test="experimentIns.startTime != null">
start_time = #{experimentIns.startTime},


Loading…
Cancel
Save