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