From 55f53ebb70284a36a00136ab7aab523e69281c32 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Thu, 21 Nov 2024 14:48:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=85=85=E7=94=B5=E6=A1=A9?= =?UTF-8?q?=E8=AE=A1=E8=B4=B9=E6=A8=A1=E6=9D=BF=20=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pile/service/impl/PileBillingTemplateServiceImpl.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBillingTemplateServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBillingTemplateServiceImpl.java index e39e0a588..3b9518b44 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBillingTemplateServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/PileBillingTemplateServiceImpl.java @@ -583,8 +583,6 @@ public class PileBillingTemplateServiceImpl implements PileBillingTemplateServic // 通过站点id清缓存 if (StringUtils.isNotBlank(stationId)) { redisKeyList.add(CacheConstants.QUERY_STATION_BILLING_TEMPLATE_LIST + stationId); - - // 删除充电桩缓存 } // 通过计费模板id 清缓存 if (templateId != null) {