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, cid, order_no, create_time, refund_time, refund_amount, remarks
delete from new_order_refund
where id = #{id,jdbcType=INTEGER}
delete from new_order_refund
insert into new_order_refund (id, cid, order_no,
create_time, refund_time, refund_amount,
remarks)
values (#{id,jdbcType=INTEGER}, #{cid,jdbcType=INTEGER}, #{orderNo,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP}, #{refundTime,jdbcType=TIMESTAMP}, #{refundAmount,jdbcType=DECIMAL},
#{remarks,jdbcType=VARCHAR})
insert into new_order_refund
id,
cid,
order_no,
create_time,
refund_time,
refund_amount,
remarks,
#{id,jdbcType=INTEGER},
#{cid,jdbcType=INTEGER},
#{orderNo,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{refundTime,jdbcType=TIMESTAMP},
#{refundAmount,jdbcType=DECIMAL},
#{remarks,jdbcType=VARCHAR},
update new_order_refund
id = #{record.id,jdbcType=INTEGER},
cid = #{record.cid,jdbcType=INTEGER},
order_no = #{record.orderNo,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
refund_time = #{record.refundTime,jdbcType=TIMESTAMP},
refund_amount = #{record.refundAmount,jdbcType=DECIMAL},
remarks = #{record.remarks,jdbcType=VARCHAR},
update new_order_refund
set id = #{record.id,jdbcType=INTEGER},
cid = #{record.cid,jdbcType=INTEGER},
order_no = #{record.orderNo,jdbcType=VARCHAR},
create_time = #{record.createTime,jdbcType=TIMESTAMP},
refund_time = #{record.refundTime,jdbcType=TIMESTAMP},
refund_amount = #{record.refundAmount,jdbcType=DECIMAL},
remarks = #{record.remarks,jdbcType=VARCHAR}
update new_order_refund
cid = #{cid,jdbcType=INTEGER},
order_no = #{orderNo,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
refund_time = #{refundTime,jdbcType=TIMESTAMP},
refund_amount = #{refundAmount,jdbcType=DECIMAL},
remarks = #{remarks,jdbcType=VARCHAR},
where id = #{id,jdbcType=INTEGER}
update new_order_refund
set cid = #{cid,jdbcType=INTEGER},
order_no = #{orderNo,jdbcType=VARCHAR},
create_time = #{createTime,jdbcType=TIMESTAMP},
refund_time = #{refundTime,jdbcType=TIMESTAMP},
refund_amount = #{refundAmount,jdbcType=DECIMAL},
remarks = #{remarks,jdbcType=VARCHAR}
where id = #{id,jdbcType=INTEGER}