Browse Source

优化

pull/268/head
chenzhihang 8 months ago
parent
commit
31334c3a11
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ActiveLearnDaoMapper.xml

+ 0
- 2
ruoyi-modules/management-platform/src/main/resources/mapper/managementPlatform/ActiveLearnDaoMapper.xml View File

@@ -93,9 +93,7 @@
<if test="activeLearn.computingResourceId != null"> <if test="activeLearn.computingResourceId != null">
computing_resource_id = #{activeLearn.computingResourceId}, computing_resource_id = #{activeLearn.computingResourceId},
</if> </if>
<if test="activeLearn.shuffle != null">
shuffle = #{activeLearn.shuffle}, shuffle = #{activeLearn.shuffle},
</if>
<if test="activeLearn.trainSize != null"> <if test="activeLearn.trainSize != null">
train_size = #{activeLearn.trainSize}, train_size = #{activeLearn.trainSize},
</if> </if>


Loading…
Cancel
Save