Explorar el Código

fix bug

release_toaliyun_real
zhengfangyuan hace 3 años
padre
commit
7c6a8ef28b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/util/CouponCacheUtils.java

+ 1
- 1
mallinkService/src/main/java/com/iformall/service/util/CouponCacheUtils.java Ver fichero

@@ -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) {


Cargando…
Cancelar
Guardar