bug
jiangqs
2023-08-02 bb58e108a9da48d84b84d30b73c01106dd642550
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/listener/RedisListener.java
@@ -16,6 +16,7 @@
import org.springframework.data.redis.listener.RedisMessageListenerContainer;
import org.springframework.stereotype.Component;
import javax.annotation.Resource;
import java.util.Date;
/**
@@ -31,12 +32,16 @@
    private RedisTemplate<String, Object> redisTemplate;
    @Resource
    private RemoteConfigService remoteConfigService;
    @Resource
    private RemoteCouponService remoteCouponService;
    @Resource
    private RemoteActivityService remoteActivityService;
    @Resource
    private RemoteOrderService remoteOrderService;
    public RedisListener(RedisMessageListenerContainer listenerContainer,