fix
Helius
2022-03-15 1998fe8e09c0c4b2f5cc7e5cd5d6eb10170d718f
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));
   }