交换机监控策略bug修复

This commit is contained in:
gaoyutao
2025-10-16 19:05:46 +08:00
parent c6937eb44b
commit b3f16d2c8f
5 changed files with 8 additions and 8 deletions
@@ -134,7 +134,7 @@
update rm_template_linux set collection_cycle = null
where template_id = #{templateId}
</update>
<delete id="deleteByTemplatePolicyId" parameterType="Long">
<delete id="deleteByPolicyId" parameterType="Long">
delete from rm_template_linux where policy_id = #{policyId}
</delete>
<update id="updateByPolicyId" parameterType="RmTemplateLinux">
@@ -165,7 +165,7 @@
update rm_template_switch set collection_cycle = null
where template_id = #{templateId}
</update>
<delete id="deleteByTemplatePolicyId" parameterType="Long">
<delete id="deleteByPolicyId" parameterType="Long">
delete from rm_template_switch where policy_id = #{policyId}
</delete>
<update id="updateByPolicyId" parameterType="RmTemplateLinux">