Helius
2022-03-15 3aae24627bbde2971c5c8726f0f7f55f1c08a05e
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));
   }