1、修复防护对象按id、ids查询返回ip不正确问题。
2、指令入库增加写入RULE_NAME字段
This commit is contained in:
@@ -118,6 +118,9 @@ public class TaskCommandInfo {
|
||||
@Schema(description = "指令展示id", accessMode = Schema.AccessMode.READ_ONLY)
|
||||
private String displayId;
|
||||
|
||||
@Schema(description = "规则名称", accessMode = Schema.AccessMode.READ_ONLY)
|
||||
private String ruleName;
|
||||
|
||||
// 复制构造函数
|
||||
public void copyTaskCommandInfo(TaskCommandInfo original) {
|
||||
this.UUID = original.UUID;
|
||||
@@ -144,6 +147,7 @@ public class TaskCommandInfo {
|
||||
this.templateId = original.templateId;
|
||||
this.protectLevel = original.protectLevel;
|
||||
this.taskStatus = original.taskStatus;
|
||||
this.ruleName = original.ruleName;
|
||||
}
|
||||
|
||||
public void setProtocolNum() {
|
||||
|
||||
@@ -34,6 +34,7 @@ public class AuditAdvice implements ResponseBodyAdvice<ResponseResult> {
|
||||
private final WebClient webClient = WebClient
|
||||
.builder()
|
||||
.baseUrl("http://39.105.210.156:8090/chanct-log/audit-xgs")
|
||||
// .baseUrl("http://10.58.44.241:1888/api/chanct-log/audit-xgs")
|
||||
.build();
|
||||
|
||||
@Data
|
||||
|
||||
Reference in New Issue
Block a user