[修改]:修改了模型评估和生命周期更新的一些细节,便于和前端接口协调

This commit is contained in:
2025-06-06 21:07:16 +08:00
parent cf2eb689ca
commit f18c4e4159
7 changed files with 51 additions and 17 deletions

View File

@ -18,6 +18,6 @@
<if test="status != null">
status=#{status}
</if>
where model_id=#{id}
where id=#{id}
</update>
</mapper>

View File

@ -41,7 +41,7 @@
</select>
<!--更新模型信息-->
<update id="updateModel">
<update id="update">
UPDATE model_version
<set>
<if test="datasetId != null">dataset_id = #{datasetId},</if>