心跳监测内容修改,ip对应数据改为clientId对应硬件SN,监控模板,策略bug修改

This commit is contained in:
gaoyutao
2025-09-25 19:12:52 +08:00
parent 939d8d0286
commit cc9593b4bf
28 changed files with 1447 additions and 762 deletions
@@ -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>