[修改]:修改了模型评估和生命周期更新的一些细节,便于和前端接口协调
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>
|
Reference in New Issue
Block a user