|
|
|
@@ -59,7 +59,7 @@ public class CouponCacheUtils { |
|
|
|
|
|
|
|
public static Map<String,List<WxMerchantVo>> getCouponMerchantCache(RedisTemplate<String, Object> template,Long couponId) { |
|
|
|
String key = "couponMerchantNew:"+couponId; |
|
|
|
return (Map<String, List<WxMerchantVo>>) RedisCacheUtils.getCacheListObject(template, key,Map.class); |
|
|
|
return (Map<String, List<WxMerchantVo>>) RedisCacheUtils.getCacheMap(template, key); |
|
|
|
} |
|
|
|
|
|
|
|
public static void removeDouyinLivePageCache(RedisTemplate<String, Object> template,String tenantId,Integer targetAd,Integer bussiness) { |
|
|
|
|