获取当前用户组

1 UserGroupList           UserGroupList;
2 ;
3 while select UserGroupList where UserGroupList.userId == curuserid()
4 {
5      info(UserGroupList.groupId);
6 }
posted @ 2012-08-30 13:35  Sprite.z  Views(296)  Comments(0Edit  收藏  举报