|
|
@@ -69,11 +69,11 @@ public class EarlyWarningManage { |
|
|
|
break; |
|
|
|
case DECLARED_WARNING: |
|
|
|
content = convertContent(noticeContent,project.getProjectName(), |
|
|
|
WarningOperationTypeEnum.getByCode(biz),timeout); |
|
|
|
WarningFlowTypeEnum.getByCode(biz),timeout); |
|
|
|
break; |
|
|
|
case OPERATION_WARNING: |
|
|
|
content = convertContent(noticeContent,project.getProjectName(), |
|
|
|
WarningFlowTypeEnum.getByCode(biz),timeout); |
|
|
|
WarningOperationTypeEnum.getByCode(biz),timeout); |
|
|
|
break; |
|
|
|
default: |
|
|
|
log.info("匹配不到 规则类型"); |
|
|
|