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