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, trace_id, content_id, flow_pool_level, gh_id, account_name, video_pool_trace_id,
content_status, content_status_update_time, success_status, request_timestamp, update_time,
process_times, publish_flag
response
delete from long_articles_match_videos
where id = #{id,jdbcType=INTEGER}
delete from long_articles_match_videos
insert into long_articles_match_videos (id, trace_id, content_id,
flow_pool_level, gh_id, account_name,
video_pool_trace_id, content_status, content_status_update_time,
success_status, request_timestamp, update_time,
process_times, publish_flag, response
)
values (#{id,jdbcType=INTEGER}, #{traceId,jdbcType=VARCHAR}, #{contentId,jdbcType=VARCHAR},
#{flowPoolLevel,jdbcType=VARCHAR}, #{ghId,jdbcType=VARCHAR}, #{accountName,jdbcType=VARCHAR},
#{videoPoolTraceId,jdbcType=VARCHAR}, #{contentStatus,jdbcType=INTEGER}, #{contentStatusUpdateTime,jdbcType=INTEGER},
#{successStatus,jdbcType=INTEGER}, #{requestTimestamp,jdbcType=INTEGER}, #{updateTime,jdbcType=TIMESTAMP},
#{processTimes,jdbcType=INTEGER}, #{publishFlag,jdbcType=INTEGER}, #{response,jdbcType=LONGVARCHAR}
)
insert into long_articles_match_videos
id,
trace_id,
content_id,
flow_pool_level,
gh_id,
account_name,
video_pool_trace_id,
content_status,
content_status_update_time,
success_status,
request_timestamp,
update_time,
process_times,
publish_flag,
response,
#{id,jdbcType=INTEGER},
#{traceId,jdbcType=VARCHAR},
#{contentId,jdbcType=VARCHAR},
#{flowPoolLevel,jdbcType=VARCHAR},
#{ghId,jdbcType=VARCHAR},
#{accountName,jdbcType=VARCHAR},
#{videoPoolTraceId,jdbcType=VARCHAR},
#{contentStatus,jdbcType=INTEGER},
#{contentStatusUpdateTime,jdbcType=INTEGER},
#{successStatus,jdbcType=INTEGER},
#{requestTimestamp,jdbcType=INTEGER},
#{updateTime,jdbcType=TIMESTAMP},
#{processTimes,jdbcType=INTEGER},
#{publishFlag,jdbcType=INTEGER},
#{response,jdbcType=LONGVARCHAR},
select LAST_INSERT_ID()
update long_articles_match_videos
id = #{record.id,jdbcType=INTEGER},
trace_id = #{record.traceId,jdbcType=VARCHAR},
content_id = #{record.contentId,jdbcType=VARCHAR},
flow_pool_level = #{record.flowPoolLevel,jdbcType=VARCHAR},
gh_id = #{record.ghId,jdbcType=VARCHAR},
account_name = #{record.accountName,jdbcType=VARCHAR},
video_pool_trace_id = #{record.videoPoolTraceId,jdbcType=VARCHAR},
content_status = #{record.contentStatus,jdbcType=INTEGER},
content_status_update_time = #{record.contentStatusUpdateTime,jdbcType=INTEGER},
success_status = #{record.successStatus,jdbcType=INTEGER},
request_timestamp = #{record.requestTimestamp,jdbcType=INTEGER},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
process_times = #{record.processTimes,jdbcType=INTEGER},
publish_flag = #{record.publishFlag,jdbcType=INTEGER},
response = #{record.response,jdbcType=LONGVARCHAR},
update long_articles_match_videos
set id = #{record.id,jdbcType=INTEGER},
trace_id = #{record.traceId,jdbcType=VARCHAR},
content_id = #{record.contentId,jdbcType=VARCHAR},
flow_pool_level = #{record.flowPoolLevel,jdbcType=VARCHAR},
gh_id = #{record.ghId,jdbcType=VARCHAR},
account_name = #{record.accountName,jdbcType=VARCHAR},
video_pool_trace_id = #{record.videoPoolTraceId,jdbcType=VARCHAR},
content_status = #{record.contentStatus,jdbcType=INTEGER},
content_status_update_time = #{record.contentStatusUpdateTime,jdbcType=INTEGER},
success_status = #{record.successStatus,jdbcType=INTEGER},
request_timestamp = #{record.requestTimestamp,jdbcType=INTEGER},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
process_times = #{record.processTimes,jdbcType=INTEGER},
publish_flag = #{record.publishFlag,jdbcType=INTEGER},
response = #{record.response,jdbcType=LONGVARCHAR}
update long_articles_match_videos
set id = #{record.id,jdbcType=INTEGER},
trace_id = #{record.traceId,jdbcType=VARCHAR},
content_id = #{record.contentId,jdbcType=VARCHAR},
flow_pool_level = #{record.flowPoolLevel,jdbcType=VARCHAR},
gh_id = #{record.ghId,jdbcType=VARCHAR},
account_name = #{record.accountName,jdbcType=VARCHAR},
video_pool_trace_id = #{record.videoPoolTraceId,jdbcType=VARCHAR},
content_status = #{record.contentStatus,jdbcType=INTEGER},
content_status_update_time = #{record.contentStatusUpdateTime,jdbcType=INTEGER},
success_status = #{record.successStatus,jdbcType=INTEGER},
request_timestamp = #{record.requestTimestamp,jdbcType=INTEGER},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
process_times = #{record.processTimes,jdbcType=INTEGER},
publish_flag = #{record.publishFlag,jdbcType=INTEGER}
update long_articles_match_videos
trace_id = #{traceId,jdbcType=VARCHAR},
content_id = #{contentId,jdbcType=VARCHAR},
flow_pool_level = #{flowPoolLevel,jdbcType=VARCHAR},
gh_id = #{ghId,jdbcType=VARCHAR},
account_name = #{accountName,jdbcType=VARCHAR},
video_pool_trace_id = #{videoPoolTraceId,jdbcType=VARCHAR},
content_status = #{contentStatus,jdbcType=INTEGER},
content_status_update_time = #{contentStatusUpdateTime,jdbcType=INTEGER},
success_status = #{successStatus,jdbcType=INTEGER},
request_timestamp = #{requestTimestamp,jdbcType=INTEGER},
update_time = #{updateTime,jdbcType=TIMESTAMP},
process_times = #{processTimes,jdbcType=INTEGER},
publish_flag = #{publishFlag,jdbcType=INTEGER},
response = #{response,jdbcType=LONGVARCHAR},
where id = #{id,jdbcType=INTEGER}
update long_articles_match_videos
set trace_id = #{traceId,jdbcType=VARCHAR},
content_id = #{contentId,jdbcType=VARCHAR},
flow_pool_level = #{flowPoolLevel,jdbcType=VARCHAR},
gh_id = #{ghId,jdbcType=VARCHAR},
account_name = #{accountName,jdbcType=VARCHAR},
video_pool_trace_id = #{videoPoolTraceId,jdbcType=VARCHAR},
content_status = #{contentStatus,jdbcType=INTEGER},
content_status_update_time = #{contentStatusUpdateTime,jdbcType=INTEGER},
success_status = #{successStatus,jdbcType=INTEGER},
request_timestamp = #{requestTimestamp,jdbcType=INTEGER},
update_time = #{updateTime,jdbcType=TIMESTAMP},
process_times = #{processTimes,jdbcType=INTEGER},
publish_flag = #{publishFlag,jdbcType=INTEGER},
response = #{response,jdbcType=LONGVARCHAR}
where id = #{id,jdbcType=INTEGER}
update long_articles_match_videos
set trace_id = #{traceId,jdbcType=VARCHAR},
content_id = #{contentId,jdbcType=VARCHAR},
flow_pool_level = #{flowPoolLevel,jdbcType=VARCHAR},
gh_id = #{ghId,jdbcType=VARCHAR},
account_name = #{accountName,jdbcType=VARCHAR},
video_pool_trace_id = #{videoPoolTraceId,jdbcType=VARCHAR},
content_status = #{contentStatus,jdbcType=INTEGER},
content_status_update_time = #{contentStatusUpdateTime,jdbcType=INTEGER},
success_status = #{successStatus,jdbcType=INTEGER},
request_timestamp = #{requestTimestamp,jdbcType=INTEGER},
update_time = #{updateTime,jdbcType=TIMESTAMP},
process_times = #{processTimes,jdbcType=INTEGER},
publish_flag = #{publishFlag,jdbcType=INTEGER}
where id = #{id,jdbcType=INTEGER}