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, table_id, `name`, `type`, start_time, rate, cron, `end`, end_time, create_time
delete from dataset_table_task
where id = #{id,jdbcType=VARCHAR}
delete from dataset_table_task
insert into dataset_table_task (id, table_id, `name`,
`type`, start_time, rate,
cron, `end`, end_time,
create_time)
values (#{id,jdbcType=VARCHAR}, #{tableId,jdbcType=VARCHAR}, #{name,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR}, #{startTime,jdbcType=BIGINT}, #{rate,jdbcType=VARCHAR},
#{cron,jdbcType=VARCHAR}, #{end,jdbcType=VARCHAR}, #{endTime,jdbcType=BIGINT},
#{createTime,jdbcType=BIGINT})
insert into dataset_table_task
id,
table_id,
`name`,
`type`,
start_time,
rate,
cron,
`end`,
end_time,
create_time,
#{id,jdbcType=VARCHAR},
#{tableId,jdbcType=VARCHAR},
#{name,jdbcType=VARCHAR},
#{type,jdbcType=VARCHAR},
#{startTime,jdbcType=BIGINT},
#{rate,jdbcType=VARCHAR},
#{cron,jdbcType=VARCHAR},
#{end,jdbcType=VARCHAR},
#{endTime,jdbcType=BIGINT},
#{createTime,jdbcType=BIGINT},
update dataset_table_task
id = #{record.id,jdbcType=VARCHAR},
table_id = #{record.tableId,jdbcType=VARCHAR},
`name` = #{record.name,jdbcType=VARCHAR},
`type` = #{record.type,jdbcType=VARCHAR},
start_time = #{record.startTime,jdbcType=BIGINT},
rate = #{record.rate,jdbcType=VARCHAR},
cron = #{record.cron,jdbcType=VARCHAR},
`end` = #{record.end,jdbcType=VARCHAR},
end_time = #{record.endTime,jdbcType=BIGINT},
create_time = #{record.createTime,jdbcType=BIGINT},
update dataset_table_task
set id = #{record.id,jdbcType=VARCHAR},
table_id = #{record.tableId,jdbcType=VARCHAR},
`name` = #{record.name,jdbcType=VARCHAR},
`type` = #{record.type,jdbcType=VARCHAR},
start_time = #{record.startTime,jdbcType=BIGINT},
rate = #{record.rate,jdbcType=VARCHAR},
cron = #{record.cron,jdbcType=VARCHAR},
`end` = #{record.end,jdbcType=VARCHAR},
end_time = #{record.endTime,jdbcType=BIGINT},
create_time = #{record.createTime,jdbcType=BIGINT}
update dataset_table_task
table_id = #{tableId,jdbcType=VARCHAR},
`name` = #{name,jdbcType=VARCHAR},
`type` = #{type,jdbcType=VARCHAR},
start_time = #{startTime,jdbcType=BIGINT},
rate = #{rate,jdbcType=VARCHAR},
cron = #{cron,jdbcType=VARCHAR},
`end` = #{end,jdbcType=VARCHAR},
end_time = #{endTime,jdbcType=BIGINT},
create_time = #{createTime,jdbcType=BIGINT},
where id = #{id,jdbcType=VARCHAR}
update dataset_table_task
set table_id = #{tableId,jdbcType=VARCHAR},
`name` = #{name,jdbcType=VARCHAR},
`type` = #{type,jdbcType=VARCHAR},
start_time = #{startTime,jdbcType=BIGINT},
rate = #{rate,jdbcType=VARCHAR},
cron = #{cron,jdbcType=VARCHAR},
`end` = #{end,jdbcType=VARCHAR},
end_time = #{endTime,jdbcType=BIGINT},
create_time = #{createTime,jdbcType=BIGINT}
where id = #{id,jdbcType=VARCHAR}