Commit 7491f1dc by zhiwj

模块分组

parent 42a077b6
...@@ -100,7 +100,7 @@ public class IndexController { ...@@ -100,7 +100,7 @@ public class IndexController {
return ResultControllerUtils.commonResult(serviceResponse); return ResultControllerUtils.commonResult(serviceResponse);
} }
@RequestMapping("/moduleList") @RequestMapping("/module-list")
public RestResponse moduleList() { public RestResponse moduleList() {
Object cache = RedisUtil.getCache("enterprise:datacloud:moduleList"); Object cache = RedisUtil.getCache("enterprise:datacloud:moduleList");
if (cache != null) { if (cache != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment