xiaoyong931011
2022-05-06 583fc7b7ed2ab5961c50e24e779262f168b9d55f
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));
   }