|
@@ -26,7 +26,6 @@ import com.qmth.sop.common.util.*;
|
|
import io.swagger.annotations.*;
|
|
import io.swagger.annotations.*;
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.Logger;
|
|
import org.slf4j.LoggerFactory;
|
|
import org.slf4j.LoggerFactory;
|
|
-import org.springframework.cache.CacheManager;
|
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
import org.springframework.util.CollectionUtils;
|
|
import org.springframework.util.CollectionUtils;
|
|
import org.springframework.validation.BindingResult;
|
|
import org.springframework.validation.BindingResult;
|
|
@@ -671,8 +670,8 @@ public class SysController {
|
|
return ResultUtil.ok(tbServiceService.queryServiceUnit(type, statusList, name, dpr));
|
|
return ResultUtil.ok(tbServiceService.queryServiceUnit(type, statusList, name, dpr));
|
|
}
|
|
}
|
|
|
|
|
|
- @Resource
|
|
|
|
- CacheManager cacheManager;
|
|
|
|
|
|
+ // @Resource
|
|
|
|
+ // CacheManager cacheManager;
|
|
|
|
|
|
@ApiOperation(value = "获取缓存")
|
|
@ApiOperation(value = "获取缓存")
|
|
@RequestMapping(value = "/get_cache", method = RequestMethod.POST)
|
|
@RequestMapping(value = "/get_cache", method = RequestMethod.POST)
|