|
@@ -360,7 +360,7 @@ public class CourseSectionServiceImpl extends ServiceImpl<CourseSectionMapper, C
|
|
|
public List<LiveGetMessageListResponse.MessageList> GetHistoryChatMsg(CourseSectionQueryBo bo) throws IOException, NoSuchAlgorithmException {
|
|
|
CourseSectionVo section = queryById(bo.getSectionId());
|
|
|
if(Validator.isNotEmpty(section)){
|
|
|
- if(section.getSectionType()!=2){
|
|
|
+ if(section.getSectionType()!=3){
|
|
|
throw new CustomException("只支持查询回放聊天内容");
|
|
|
}
|
|
|
PolyvLiveQueryBo queryBo = BeanUtil.toBean(bo, PolyvLiveQueryBo.class);
|