提交 1f6634a8 编写于 作者: C CalvinKirs

return result

上级 b23696c3
...@@ -131,6 +131,7 @@ public class AlertPluginInstanceServiceImpl extends BaseService implements Alert ...@@ -131,6 +131,7 @@ public class AlertPluginInstanceServiceImpl extends BaseService implements Alert
boolean hasAssociatedAlertGroup = checkHasAssociatedAlertGroup(String.valueOf(id)); boolean hasAssociatedAlertGroup = checkHasAssociatedAlertGroup(String.valueOf(id));
if (hasAssociatedAlertGroup) { if (hasAssociatedAlertGroup) {
putMsg(result, Status.DELETE_ALERT_PLUGIN_INSTANCE_ERROR_HAS_ALERT_GROUP_ASSOCIATED); putMsg(result, Status.DELETE_ALERT_PLUGIN_INSTANCE_ERROR_HAS_ALERT_GROUP_ASSOCIATED);
return result;
} }
int i = alertPluginInstanceMapper.deleteById(id); int i = alertPluginInstanceMapper.deleteById(id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册