|
@@ -34,11 +34,6 @@ public class MenuSettingsService {
|
|
|
this.redisLikeService = redisLikeService;
|
|
|
}
|
|
|
|
|
|
- @PostConstruct
|
|
|
- @DS("his")
|
|
|
- public void menuPushRedis() {
|
|
|
- redisServer.setData("IntergrationPlatformMenu", dao.getAll());
|
|
|
- }
|
|
|
|
|
|
public List<IntergrationMenu> getMenuSettings() {
|
|
|
return menuListByTree(dao.getAll());
|