1、AlertMessage入库修复字段和库表不匹配问题,增加display_id
2、command增加display_id 3、规则、任务、配置增加新建时(批量导入除外)、任务运行状态、审核状态改变时的历史记录
This commit is contained in:
@@ -58,7 +58,7 @@ public class AlertMessageTest {
|
||||
null, null, null, null, null, null, null, 1, 1);
|
||||
|
||||
DynamicRuleObject object = new DynamicRuleObject();
|
||||
object.setDynamicRuleName("测试动态任务规则"+n);
|
||||
object.setDynamicRuleName("测试display_id"+n);
|
||||
object.setDescription("动态规则新建测试");
|
||||
object.setDynamicRuleSourceSystem("BW");
|
||||
object.setBwSql("select * from test where event_id = 1");
|
||||
|
||||
Reference in New Issue
Block a user