交换机监控策略bug修复
This commit is contained in:
@@ -52,7 +52,7 @@ public interface RmTemplateLinuxMapper
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteRmTemplateLinuxById(Long id);
|
||||
public int deleteRmTemplateLinuxByPolicyId(Long policyId);
|
||||
public int deleteByPolicyId(Long policyId);
|
||||
|
||||
/**
|
||||
* 批量删除Linux系统监控项
|
||||
|
||||
@@ -52,7 +52,7 @@ public interface RmTemplateSwitchMapper
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteRmTemplateSwitchById(Long id);
|
||||
public int deleteRmTemplateSwitchByPolicyId(Long policyId);
|
||||
public int deleteByPolicyId(Long policyId);
|
||||
|
||||
/**
|
||||
* 批量删除交换机监控模板
|
||||
|
||||
Reference in New Issue
Block a user