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, change_id, order_no, status, create_time, remarks, auditor
delete from order_change_log
where id = #{id,jdbcType=INTEGER}
delete from order_change_log
insert into order_change_log (id, change_id, order_no,
status, create_time, remarks,
auditor)
values (#{id,jdbcType=INTEGER}, #{changeId,jdbcType=INTEGER}, #{orderNo,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}, #{remarks,jdbcType=VARCHAR},
#{auditor,jdbcType=VARCHAR})
insert into order_change_log
id,
change_id,
order_no,
status,
create_time,
remarks,
auditor,
#{id,jdbcType=INTEGER},
#{changeId,jdbcType=INTEGER},
#{orderNo,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
#{remarks,jdbcType=VARCHAR},
#{auditor,jdbcType=VARCHAR},
update order_change_log
id = #{record.id,jdbcType=INTEGER},
change_id = #{record.changeId,jdbcType=INTEGER},
order_no = #{record.orderNo,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
remarks = #{record.remarks,jdbcType=VARCHAR},
auditor = #{record.auditor,jdbcType=VARCHAR},
update order_change_log
set id = #{record.id,jdbcType=INTEGER},
change_id = #{record.changeId,jdbcType=INTEGER},
order_no = #{record.orderNo,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
remarks = #{record.remarks,jdbcType=VARCHAR},
auditor = #{record.auditor,jdbcType=VARCHAR}
update order_change_log
change_id = #{changeId,jdbcType=INTEGER},
order_no = #{orderNo,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
remarks = #{remarks,jdbcType=VARCHAR},
auditor = #{auditor,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update order_change_log
set change_id = #{changeId,jdbcType=INTEGER},
order_no = #{orderNo,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
remarks = #{remarks,jdbcType=VARCHAR},
auditor = #{auditor,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}