[修改]:修改了模型评估和生命周期更新的一些细节,便于和前端接口协调
This commit is contained in:
@ -18,6 +18,6 @@
|
||||
<if test="status != null">
|
||||
status=#{status}
|
||||
</if>
|
||||
where model_id=#{id}
|
||||
where id=#{id}
|
||||
</update>
|
||||
</mapper>
|
@ -41,7 +41,7 @@
|
||||
</select>
|
||||
|
||||
<!--更新模型信息-->
|
||||
<update id="updateModel">
|
||||
<update id="update">
|
||||
UPDATE model_version
|
||||
<set>
|
||||
<if test="datasetId != null">dataset_id = #{datasetId},</if>
|
||||
|
Reference in New Issue
Block a user