|
@@ -212,6 +212,11 @@ public class RoleSceneInfoService extends SuperService {
|
|
|
return ResultContent.buildSuccess(models);
|
|
return ResultContent.buildSuccess(models);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 得到当前用户可以的 场景 组件信息
|
|
|
|
|
+ *
|
|
|
|
|
+ * @return
|
|
|
|
|
+ */
|
|
|
public List<RoleSceneComTreeModel> getUserAllEnableScenes() {
|
|
public List<RoleSceneComTreeModel> getUserAllEnableScenes() {
|
|
|
// 得到当前用户所有的角色
|
|
// 得到当前用户所有的角色
|
|
|
ResultContent<List<RoleSimpleModel>> content = roleServiceImpl.xcxGetCurrentRoles();
|
|
ResultContent<List<RoleSimpleModel>> content = roleServiceImpl.xcxGetCurrentRoles();
|