LIVE_YE 2 miesięcy temu
rodzic
commit
1bf3670d84

+ 0 - 4
ruoyi-modules/ruoyi-wuye/src/main/java/org/dromara/service/impl/ComplaintSuggestionServiceImpl.java

@@ -23,7 +23,6 @@ import org.dromara.mapper.SuggestionFjMapper;
 import org.dromara.service.IComplaintSuggestionService;
 import org.dromara.service.ISuggestionFjService;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.data.redis.cache.RedisCache;
 import org.springframework.stereotype.Service;
 
 import java.util.Collection;
@@ -50,9 +49,6 @@ public class ComplaintSuggestionServiceImpl implements IComplaintSuggestionServi
     @Autowired
     private SuggestionFjMapper suggestionFjMapper;
 
-    @Autowired
-    private RedisCache redisCache;
-
     /**
      * 查询投诉建议
      *