姜友瑶
2022-05-05 d122f3323cea1953ea443653f13ece07f94fb05b
zq-erp/src/main/java/com/matrix/system/common/actions/DeveloperAction.java
@@ -76,8 +76,7 @@
   @RequestMapping("/getLocalCache")
   public @ResponseBody AjaxResult getLocalCache(String key) {
      Object cache= LocalCache.get(key);
      return AjaxResult.buildSuccessInstance(cache);
      return AjaxResult.buildSuccessInstance(LocalCache.getValues(key));
   }