心跳监测内容修改,ip对应数据改为clientId对应硬件SN,监控模板,策略bug修改
This commit is contained in:
@@ -161,4 +161,8 @@
|
||||
<delete id="deleteByTemplateId" parameterType="Long">
|
||||
delete from rm_template_switch where template_id = #{templateId}
|
||||
</delete>
|
||||
<update id="updateByTemplateId" parameterType="RmTemplateLinux">
|
||||
update rm_template_switch set collection_cycle = null
|
||||
where template_id = #{templateId}
|
||||
</update>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user