|
|
|
@ -249,6 +249,7 @@ public class StationVideoTypeController extends BladeController {
|
|
|
|
|
@ApiOperation(value = "获取Flv配置列表", notes = "获取Flv配置列表") |
|
|
|
|
public R getFlvVideoConfig(VideoConfigEntity req,Query query) { |
|
|
|
|
LambdaQueryWrapper<VideoConfigEntity> queryWrapper = com.hnac.hzims.common.utils.Condition.getQueryWrapper(VideoConfigEntity.class, req); |
|
|
|
|
queryWrapper.eq(VideoConfigEntity::getCreateUser,AuthUtil.getUserId()); |
|
|
|
|
IPage<VideoConfigEntity> page = videoConfigService.page(com.hnac.hzims.common.utils.Condition.getPage(query), queryWrapper); |
|
|
|
|
return R.data(page); |
|
|
|
|
} |
|
|
|
|