|
@@ -48,7 +48,7 @@ public class CourseStreamingServiceImpl extends ServiceImpl<CourseStreamingMappe
|
|
|
lqw.eq(StrUtil.isNotBlank(bo.getLivePullUrl()), CourseStreaming::getLivePullUrl, bo.getLivePullUrl());
|
|
|
lqw.eq(StrUtil.isNotBlank(bo.getLiveUrl()), CourseStreaming::getLiveUrl, bo.getLiveUrl());
|
|
|
lqw.eq(bo.getStreamingAddressType() != null, CourseStreaming::getStreamingAddressType, bo.getStreamingAddressType());
|
|
|
- lqw.eq(StrUtil.isNotBlank(bo.getDescribe()), CourseStreaming::getDescribe, bo.getDescribe());
|
|
|
+ lqw.eq(StrUtil.isNotBlank(bo.getIntroduce()), CourseStreaming::getIntroduce, bo.getIntroduce());
|
|
|
lqw.eq(StrUtil.isNotBlank(bo.getRecordingVideoId()), CourseStreaming::getRecordingVideoId, bo.getRecordingVideoId());
|
|
|
lqw.eq(StrUtil.isNotBlank(bo.getPlaybackUrl()), CourseStreaming::getPlaybackUrl, bo.getPlaybackUrl());
|
|
|
lqw.eq(bo.getStatus() != null, CourseStreaming::getStatus, bo.getStatus());
|