Commit 30df2baa authored by tangwei's avatar tangwei

修改接口

parent 3a00b7e8
...@@ -73,7 +73,7 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto,AlertCall ...@@ -73,7 +73,7 @@ public class AlertCalledServiceImpl extends BaseService<AlertCalledDto,AlertCall
alertCalled.setAlarmTypeCode(AlertStageEnums.JQCB.getCode()); alertCalled.setAlarmTypeCode(AlertStageEnums.JQCB.getCode());
this.save(alertCalled); this.save(alertCalled);
//调用规则 //调用规则
ruleAlertCalledService.fireAlertCalledRule(alertCalled); ruleAlertCalledService.fireAlertCalledRule(new AlertCalledVo(alertCalled,null));
} }
// 动态表单 // 动态表单
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment