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, order_no, type, aid, status, create_time
delete from order_examine
where id = #{id,jdbcType=INTEGER}
delete from order_examine
insert into order_examine (id, order_no, type,
aid, status, create_time
)
values (#{id,jdbcType=INTEGER}, #{orderNo,jdbcType=VARCHAR}, #{type,jdbcType=INTEGER},
#{aid,jdbcType=VARCHAR}, #{status,jdbcType=INTEGER}, #{createTime,jdbcType=TIMESTAMP}
)
insert into order_examine
id,
order_no,
type,
aid,
status,
create_time,
#{id,jdbcType=INTEGER},
#{orderNo,jdbcType=VARCHAR},
#{type,jdbcType=INTEGER},
#{aid,jdbcType=VARCHAR},
#{status,jdbcType=INTEGER},
#{createTime,jdbcType=TIMESTAMP},
update order_examine
id = #{record.id,jdbcType=INTEGER},
order_no = #{record.orderNo,jdbcType=VARCHAR},
type = #{record.type,jdbcType=INTEGER},
aid = #{record.aid,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
update order_examine
set id = #{record.id,jdbcType=INTEGER},
order_no = #{record.orderNo,jdbcType=VARCHAR},
type = #{record.type,jdbcType=INTEGER},
aid = #{record.aid,jdbcType=VARCHAR},
status = #{record.status,jdbcType=INTEGER},
create_time = #{record.createTime,jdbcType=TIMESTAMP}
update order_examine
order_no = #{orderNo,jdbcType=VARCHAR},
type = #{type,jdbcType=INTEGER},
aid = #{aid,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP},
where id = #{id,jdbcType=INTEGER}
update order_examine
set order_no = #{orderNo,jdbcType=VARCHAR},
type = #{type,jdbcType=INTEGER},
aid = #{aid,jdbcType=VARCHAR},
status = #{status,jdbcType=INTEGER},
create_time = #{createTime,jdbcType=TIMESTAMP}
where id = #{id,jdbcType=INTEGER}
update order_examine set status=1 where aid= #{aid} and order_no= #{orderNo} and type= #{type}