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