935090232@qq.com
2021-10-28 f379de6364a7f3b4ddc397d4bf6f70ab13bf6618
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));
   }