|
@@ -7,7 +7,6 @@ import cn.hutool.core.util.ObjectUtil;
|
|
|
import com.mybatisflex.core.paginate.Page;
|
|
|
import com.mybatisflex.core.query.QueryWrapper;
|
|
|
import com.taais.biz.constant.BizConstant;
|
|
|
-import com.taais.biz.domain.bo.VideoStableStartBo;
|
|
|
import com.taais.biz.domain.bo.VideoStableStartResultBo;
|
|
|
import com.taais.common.core.core.domain.CommonResult;
|
|
|
import com.taais.common.core.utils.MapstructUtils;
|
|
@@ -62,10 +61,10 @@ public class VideoStableServiceImpl extends BaseServiceImpl<VideoStableMapper, V
|
|
|
QueryWrapper queryWrapper = super.buildBaseQueryWrapper();
|
|
|
queryWrapper.and(VIDEO_STABLE.NAME.like
|
|
|
(videoStableBo.getName()));
|
|
|
- queryWrapper.and(VIDEO_STABLE.IN_PATH.eq
|
|
|
- (videoStableBo.getInPath()));
|
|
|
- queryWrapper.and(VIDEO_STABLE.OUT_PATH.eq
|
|
|
- (videoStableBo.getOutPath()));
|
|
|
+ queryWrapper.and(VIDEO_STABLE.INPUT_OSS_ID.eq
|
|
|
+ (videoStableBo.getInputOssId()));
|
|
|
+ queryWrapper.and(VIDEO_STABLE.OUTPUT_OSS_ID.eq
|
|
|
+ (videoStableBo.getOutputOssId()));
|
|
|
queryWrapper.and(VIDEO_STABLE.START_TIME.eq
|
|
|
(videoStableBo.getStartTime()));
|
|
|
queryWrapper.and(VIDEO_STABLE.END_TIME.eq
|