Esempio n. 1
0
 /**
  * 查询群组直播课
  *
  * @param groupId
  * @param pageable
  * @return
  * @throws XueWenServiceException
  */
 public Page<Live> findByGroupId(String groupId, Pageable pageable) throws XueWenServiceException {
   return liveTemplate.findByGroupId(pageable, groupId);
 }