Ver código fonte

预警管理

master
PoffyZhang 1 ano atrás
pai
commit
c1ee2c5085
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      pmapi/src/main/java/com/ningdatech/pmapi/sys/manage/EarlyWarningManage.java

+ 2
- 2
pmapi/src/main/java/com/ningdatech/pmapi/sys/manage/EarlyWarningManage.java Ver arquivo

@@ -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("匹配不到 规则类型");


Carregando…
Cancelar
Salvar