|
@@ -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;
|
|
|
-
|
|
|
/**
|
|
|
* 查询投诉建议
|
|
|
*
|