diff --git a/mallinkService/src/main/java/com/iformall/service/util/CouponCacheUtils.java b/mallinkService/src/main/java/com/iformall/service/util/CouponCacheUtils.java index 010d4e76c..8a93da213 100644 --- a/mallinkService/src/main/java/com/iformall/service/util/CouponCacheUtils.java +++ b/mallinkService/src/main/java/com/iformall/service/util/CouponCacheUtils.java @@ -59,7 +59,7 @@ public class CouponCacheUtils { public static Map> getCouponMerchantCache(RedisTemplate template,Long couponId) { String key = "couponMerchantNew:"+couponId; - return (Map>) RedisCacheUtils.getCacheListObject(template, key,Map.class); + return (Map>) RedisCacheUtils.getCacheMap(template, key); } public static void removeDouyinLivePageCache(RedisTemplate template,String tenantId,Integer targetAd,Integer bussiness) {