Преглед изворни кода

/、update

release_toaliyun_real
xhxu пре 4 година
родитељ
комит
acf889ee6b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxAppinfoServiceImpl.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/impl/WxAppinfoServiceImpl.java Прегледај датотеку

@@ -172,7 +172,7 @@ public class WxAppinfoServiceImpl implements WxAppinfoService {
String key2 = Constant.appinfoPrev + record.getId(); String key2 = Constant.appinfoPrev + record.getId();
RedisCacheUtils.removeCache(wxAppinfoRedisTemplate, key2); RedisCacheUtils.removeCache(wxAppinfoRedisTemplate, key2);
String key3 = Constant.appinfoPrev + record.getTenantId() String key3 = Constant.appinfoPrev + record.getTenantId()
+ "-" + record.getPlat() + "-" + record.getType();
+ "-" + EnumAppPlat.getByCode(record.getPlat()) + "-" + record.getType();
RedisCacheUtils.removeCache(wxAppinfoRedisTemplate, key3); RedisCacheUtils.removeCache(wxAppinfoRedisTemplate, key3);
} }
} }


Loading…
Откажи
Сачувај