lizijie
2022-02-10 9f2fc2b4f2de1b852d94bbe5a9bb21c4e9ef9ce0
screen-api/src/main/java/com/moral/api/service/GroupService.java
@@ -31,6 +31,6 @@
    Page<Group> selectGroups(Map<String, Object> parameters);
    //获取用户组(角色)
    List<Map<String, Object>> getGroupIds(Integer userId);
    Map<String, Object> getGroup(Integer userId);
}