From aaab0dfc38b3b3f19634851cae5a81d78c5654c0 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Wed, 24 May 2023 14:38:35 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E9=9D=9E=E6=B3=95=E7=9A=84=E4=BA=A4?= =?UTF-8?q?=E6=98=93=E6=B5=81=E6=B0=B4=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java index 75ae44bbc..48e4606d6 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBasicInfoServiceImpl.java @@ -471,7 +471,7 @@ public class PileBasicInfoServiceImpl implements IPileBasicInfoService { @Override public void saveRealTimeMonitorData2Redis(RealTimeMonitorData realTimeMonitorData) { if (StringUtils.equals(realTimeMonitorData.getTransactionCode(), Constants.ILLEGAL_TRANSACTION_CODE)) { - + return; } // 保存到redis String redisKey = CacheConstants.PILE_REAL_TIME_MONITOR_DATA + realTimeMonitorData.getPileConnectorCode() + "_" + realTimeMonitorData.getTransactionCode();