AlertMessage:
1、AlertMessage记录为command时设置is_judegd 2、AlertMessageMapper的getDynamicTaskInfos根据taskID和dynamicRuleId获取生成指令所需信息 TaskCommandInfo 3、TaskCommandInfo添加isJudged属性 test 1、解决test的报错
This commit is contained in:
@@ -88,6 +88,9 @@ public class TaskCommandInfo {
|
||||
@JsonProperty("latest_send_times")
|
||||
private LocalDateTime latestSendTime;
|
||||
|
||||
@Schema(description = "指令是否研判", example = "true")
|
||||
@JsonProperty("is_judeged")
|
||||
private Boolean isJudged = true;
|
||||
/*
|
||||
以下属性用于动态规则生成,不写入doris:t_command表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user