From 285a85e6a5fd893003e796767cc6d1c0dff133a9 Mon Sep 17 00:00:00 2001 From: pangdayuan Date: Sat, 14 Sep 2024 16:53:25 +0800 Subject: [PATCH] fix: Fixed the issue that there was no matching relationship between the main entrance --- .../com/arextest/storage/service/ScheduleReplayingService.java | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arex-storage-web-api/src/main/java/com/arextest/storage/service/ScheduleReplayingService.java b/arex-storage-web-api/src/main/java/com/arextest/storage/service/ScheduleReplayingService.java index 32557030..359e3961 100644 --- a/arex-storage-web-api/src/main/java/com/arextest/storage/service/ScheduleReplayingService.java +++ b/arex-storage-web-api/src/main/java/com/arextest/storage/service/ScheduleReplayingService.java @@ -64,7 +64,7 @@ public List queryReplayResult(String recordId, String replayRe List resultHolderList = new ArrayList<>(categoryTypes.size()); ListResultHolder listResultHolder; for (MockCategoryType categoryType : categoryTypes) { - if (categoryType.isSkipComparison()) { + if (categoryType.isSkipComparison() && MockCategoryType.Q_MESSAGE_CONSUMER != categoryType) { continue; } MDCTracer.addCategory(categoryType); diff --git a/pom.xml b/pom.xml index cab21ec3..4115e8c3 100644 --- a/pom.xml +++ b/pom.xml @@ -433,7 +433,7 @@ - 1.3.3 + 1.3.4 3.3.2 1.8