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