mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
删除充电桩计费模板 缓存
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user