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, task_id, task_allocator, task_receiver, create_time
delete from t_task_log
where id = #{id,jdbcType=INTEGER}
delete from t_task_log
insert into t_task_log (id, task_id, task_allocator,
task_receiver, create_time)
values (#{id,jdbcType=INTEGER}, #{taskId,jdbcType=INTEGER}, #{taskAllocator,jdbcType=VARCHAR},
#{taskReceiver,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP})
insert into t_task_log
id,
task_id,
task_allocator,
task_receiver,
create_time,
#{id,jdbcType=INTEGER},
#{taskId,jdbcType=INTEGER},
#{taskAllocator,jdbcType=VARCHAR},
#{taskReceiver,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
update t_task_log
id = #{record.id,jdbcType=INTEGER},
task_id = #{record.taskId,jdbcType=INTEGER},
task_allocator = #{record.taskAllocator,jdbcType=VARCHAR},
task_receiver = #{record.taskReceiver,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update t_task_log
set id = #{record.id,jdbcType=INTEGER},
task_id = #{record.taskId,jdbcType=INTEGER},
task_allocator = #{record.taskAllocator,jdbcType=VARCHAR},
task_receiver = #{record.taskReceiver,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP}
update t_task_log
task_id = #{taskId,jdbcType=INTEGER},
task_allocator = #{taskAllocator,jdbcType=VARCHAR},
task_receiver = #{taskReceiver,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update t_task_log
set task_id = #{taskId,jdbcType=INTEGER},
task_allocator = #{taskAllocator,jdbcType=VARCHAR},
task_receiver = #{taskReceiver,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}