Merge remote-tracking branch 'origin/master' into haskafka
This commit is contained in:
@@ -25,6 +25,7 @@ public class DynamicTaskInfo {
|
||||
private Integer ruleId;
|
||||
private String sourceSystem;
|
||||
private String eventType;
|
||||
private Long logRuleId;
|
||||
|
||||
// 从防护对象列表中获取
|
||||
private List<SimpleProtectObject> protectObjects;
|
||||
|
||||
@@ -71,7 +71,7 @@ public class AuditAdvice implements ResponseBodyAdvice<ResponseResult> {
|
||||
return null;
|
||||
})
|
||||
.doOnError(WebClientRequestException.class, err ->
|
||||
log.warn("审计服务器遭遇异常" + err.getMessage()));
|
||||
log.warn("审计服务器遭遇异常{}", err.getMessage()));
|
||||
|
||||
mono.subscribe(AuditAdvice::handleMono);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user