and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
id, video_id, user_id, out_user_id, platform, strategy, out_video_id, video_title,
cover_url, video_url, duration, publish_time, play_cnt, like_cnt, share_cnt, collection_cnt,
comment_cnt, crawler_rule, width, height, title_score, create_time, update_time
delete from crawler_video
where id = #{id,jdbcType=BIGINT}
delete from crawler_video
insert into crawler_video (id, video_id, user_id,
out_user_id, platform, strategy,
out_video_id, video_title, cover_url,
video_url, duration, publish_time,
play_cnt, like_cnt, share_cnt,
collection_cnt, comment_cnt, crawler_rule,
width, height, title_score,
create_time, update_time)
values (#{id,jdbcType=BIGINT}, #{videoId,jdbcType=BIGINT}, #{userId,jdbcType=BIGINT},
#{outUserId,jdbcType=VARCHAR}, #{platform,jdbcType=VARCHAR}, #{strategy,jdbcType=VARCHAR},
#{outVideoId,jdbcType=VARCHAR}, #{videoTitle,jdbcType=VARCHAR}, #{coverUrl,jdbcType=VARCHAR},
#{videoUrl,jdbcType=VARCHAR}, #{duration,jdbcType=BIGINT}, #{publishTime,jdbcType=VARCHAR},
#{playCnt,jdbcType=INTEGER}, #{likeCnt,jdbcType=INTEGER}, #{shareCnt,jdbcType=INTEGER},
#{collectionCnt,jdbcType=INTEGER}, #{commentCnt,jdbcType=INTEGER}, #{crawlerRule,jdbcType=CHAR},
#{width,jdbcType=INTEGER}, #{height,jdbcType=INTEGER}, #{titleScore,jdbcType=DOUBLE},
#{createTime,jdbcType=TIMESTAMP}, #{updateTime,jdbcType=TIMESTAMP})
insert into crawler_video
id,
video_id,
user_id,
out_user_id,
platform,
strategy,
out_video_id,
video_title,
cover_url,
video_url,
duration,
publish_time,
play_cnt,
like_cnt,
share_cnt,
collection_cnt,
comment_cnt,
crawler_rule,
width,
height,
title_score,
create_time,
update_time,
#{id,jdbcType=BIGINT},
#{videoId,jdbcType=BIGINT},
#{userId,jdbcType=BIGINT},
#{outUserId,jdbcType=VARCHAR},
#{platform,jdbcType=VARCHAR},
#{strategy,jdbcType=VARCHAR},
#{outVideoId,jdbcType=VARCHAR},
#{videoTitle,jdbcType=VARCHAR},
#{coverUrl,jdbcType=VARCHAR},
#{videoUrl,jdbcType=VARCHAR},
#{duration,jdbcType=BIGINT},
#{publishTime,jdbcType=VARCHAR},
#{playCnt,jdbcType=INTEGER},
#{likeCnt,jdbcType=INTEGER},
#{shareCnt,jdbcType=INTEGER},
#{collectionCnt,jdbcType=INTEGER},
#{commentCnt,jdbcType=INTEGER},
#{crawlerRule,jdbcType=CHAR},
#{width,jdbcType=INTEGER},
#{height,jdbcType=INTEGER},
#{titleScore,jdbcType=DOUBLE},
#{createTime,jdbcType=TIMESTAMP},
#{updateTime,jdbcType=TIMESTAMP},
update crawler_video
id = #{record.id,jdbcType=BIGINT},
video_id = #{record.videoId,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
out_user_id = #{record.outUserId,jdbcType=VARCHAR},
platform = #{record.platform,jdbcType=VARCHAR},
strategy = #{record.strategy,jdbcType=VARCHAR},
out_video_id = #{record.outVideoId,jdbcType=VARCHAR},
video_title = #{record.videoTitle,jdbcType=VARCHAR},
cover_url = #{record.coverUrl,jdbcType=VARCHAR},
video_url = #{record.videoUrl,jdbcType=VARCHAR},
duration = #{record.duration,jdbcType=BIGINT},
publish_time = #{record.publishTime,jdbcType=VARCHAR},
play_cnt = #{record.playCnt,jdbcType=INTEGER},
like_cnt = #{record.likeCnt,jdbcType=INTEGER},
share_cnt = #{record.shareCnt,jdbcType=INTEGER},
collection_cnt = #{record.collectionCnt,jdbcType=INTEGER},
comment_cnt = #{record.commentCnt,jdbcType=INTEGER},
crawler_rule = #{record.crawlerRule,jdbcType=CHAR},
width = #{record.width,jdbcType=INTEGER},
height = #{record.height,jdbcType=INTEGER},
title_score = #{record.titleScore,jdbcType=DOUBLE},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
update crawler_video
set id = #{record.id,jdbcType=BIGINT},
video_id = #{record.videoId,jdbcType=BIGINT},
user_id = #{record.userId,jdbcType=BIGINT},
out_user_id = #{record.outUserId,jdbcType=VARCHAR},
platform = #{record.platform,jdbcType=VARCHAR},
strategy = #{record.strategy,jdbcType=VARCHAR},
out_video_id = #{record.outVideoId,jdbcType=VARCHAR},
video_title = #{record.videoTitle,jdbcType=VARCHAR},
cover_url = #{record.coverUrl,jdbcType=VARCHAR},
video_url = #{record.videoUrl,jdbcType=VARCHAR},
duration = #{record.duration,jdbcType=BIGINT},
publish_time = #{record.publishTime,jdbcType=VARCHAR},
play_cnt = #{record.playCnt,jdbcType=INTEGER},
like_cnt = #{record.likeCnt,jdbcType=INTEGER},
share_cnt = #{record.shareCnt,jdbcType=INTEGER},
collection_cnt = #{record.collectionCnt,jdbcType=INTEGER},
comment_cnt = #{record.commentCnt,jdbcType=INTEGER},
crawler_rule = #{record.crawlerRule,jdbcType=CHAR},
width = #{record.width,jdbcType=INTEGER},
height = #{record.height,jdbcType=INTEGER},
title_score = #{record.titleScore,jdbcType=DOUBLE},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update_time = #{record.updateTime,jdbcType=TIMESTAMP}
update crawler_video
video_id = #{videoId,jdbcType=BIGINT},
user_id = #{userId,jdbcType=BIGINT},
out_user_id = #{outUserId,jdbcType=VARCHAR},
platform = #{platform,jdbcType=VARCHAR},
strategy = #{strategy,jdbcType=VARCHAR},
out_video_id = #{outVideoId,jdbcType=VARCHAR},
video_title = #{videoTitle,jdbcType=VARCHAR},
cover_url = #{coverUrl,jdbcType=VARCHAR},
video_url = #{videoUrl,jdbcType=VARCHAR},
duration = #{duration,jdbcType=BIGINT},
publish_time = #{publishTime,jdbcType=VARCHAR},
play_cnt = #{playCnt,jdbcType=INTEGER},
like_cnt = #{likeCnt,jdbcType=INTEGER},
share_cnt = #{shareCnt,jdbcType=INTEGER},
collection_cnt = #{collectionCnt,jdbcType=INTEGER},
comment_cnt = #{commentCnt,jdbcType=INTEGER},
crawler_rule = #{crawlerRule,jdbcType=CHAR},
width = #{width,jdbcType=INTEGER},
height = #{height,jdbcType=INTEGER},
title_score = #{titleScore,jdbcType=DOUBLE},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=BIGINT}
update crawler_video
set video_id = #{videoId,jdbcType=BIGINT},
user_id = #{userId,jdbcType=BIGINT},
out_user_id = #{outUserId,jdbcType=VARCHAR},
platform = #{platform,jdbcType=VARCHAR},
strategy = #{strategy,jdbcType=VARCHAR},
out_video_id = #{outVideoId,jdbcType=VARCHAR},
video_title = #{videoTitle,jdbcType=VARCHAR},
cover_url = #{coverUrl,jdbcType=VARCHAR},
video_url = #{videoUrl,jdbcType=VARCHAR},
duration = #{duration,jdbcType=BIGINT},
publish_time = #{publishTime,jdbcType=VARCHAR},
play_cnt = #{playCnt,jdbcType=INTEGER},
like_cnt = #{likeCnt,jdbcType=INTEGER},
share_cnt = #{shareCnt,jdbcType=INTEGER},
collection_cnt = #{collectionCnt,jdbcType=INTEGER},
comment_cnt = #{commentCnt,jdbcType=INTEGER},
crawler_rule = #{crawlerRule,jdbcType=CHAR},
width = #{width,jdbcType=INTEGER},
height = #{height,jdbcType=INTEGER},
title_score = #{titleScore,jdbcType=DOUBLE},
create_time = #{createTime,jdbcType=TIMESTAMP},
update_time = #{updateTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=BIGINT}