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}
order_no, order_time, aid, update_time, buyer_id, seller_id, order_amount, pay_amount,
refund_amount, pay_type, order_status, order_channel, order_remarks, delete_sign
delete from jt_order
where order_no = #{orderNo,jdbcType=VARCHAR}
delete from jt_order
insert into jt_order (order_no, order_time, aid,
update_time, buyer_id, seller_id,
order_amount, pay_amount, refund_amount,
pay_type, order_status, order_channel,
order_remarks, delete_sign)
values (#{orderNo,jdbcType=VARCHAR}, #{orderTime,jdbcType=TIMESTAMP}, #{aid,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP}, #{buyerId,jdbcType=VARCHAR}, #{sellerId,jdbcType=VARCHAR},
#{orderAmount,jdbcType=DECIMAL}, #{payAmount,jdbcType=DECIMAL}, #{refundAmount,jdbcType=DECIMAL},
#{payType,jdbcType=INTEGER}, #{orderStatus,jdbcType=INTEGER}, #{orderChannel,jdbcType=INTEGER},
#{orderRemarks,jdbcType=VARCHAR}, #{deleteSign,jdbcType=INTEGER})
insert into jt_order
order_no,
order_time,
aid,
update_time,
buyer_id,
seller_id,
order_amount,
pay_amount,
refund_amount,
pay_type,
order_status,
order_channel,
order_remarks,
delete_sign,
#{orderNo,jdbcType=VARCHAR},
#{orderTime,jdbcType=TIMESTAMP},
#{aid,jdbcType=VARCHAR},
#{updateTime,jdbcType=TIMESTAMP},
#{buyerId,jdbcType=VARCHAR},
#{sellerId,jdbcType=VARCHAR},
#{orderAmount,jdbcType=DECIMAL},
#{payAmount,jdbcType=DECIMAL},
#{refundAmount,jdbcType=DECIMAL},
#{payType,jdbcType=INTEGER},
#{orderStatus,jdbcType=INTEGER},
#{orderChannel,jdbcType=INTEGER},
#{orderRemarks,jdbcType=VARCHAR},
#{deleteSign,jdbcType=INTEGER},
update jt_order
order_no = #{record.orderNo,jdbcType=VARCHAR},
order_time = #{record.orderTime,jdbcType=TIMESTAMP},
aid = #{record.aid,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
buyer_id = #{record.buyerId,jdbcType=VARCHAR},
seller_id = #{record.sellerId,jdbcType=VARCHAR},
order_amount = #{record.orderAmount,jdbcType=DECIMAL},
pay_amount = #{record.payAmount,jdbcType=DECIMAL},
refund_amount = #{record.refundAmount,jdbcType=DECIMAL},
pay_type = #{record.payType,jdbcType=INTEGER},
order_status = #{record.orderStatus,jdbcType=INTEGER},
order_channel = #{record.orderChannel,jdbcType=INTEGER},
order_remarks = #{record.orderRemarks,jdbcType=VARCHAR},
delete_sign = #{record.deleteSign,jdbcType=INTEGER},
update jt_order
set order_no = #{record.orderNo,jdbcType=VARCHAR},
order_time = #{record.orderTime,jdbcType=TIMESTAMP},
aid = #{record.aid,jdbcType=VARCHAR},
update_time = #{record.updateTime,jdbcType=TIMESTAMP},
buyer_id = #{record.buyerId,jdbcType=VARCHAR},
seller_id = #{record.sellerId,jdbcType=VARCHAR},
order_amount = #{record.orderAmount,jdbcType=DECIMAL},
pay_amount = #{record.payAmount,jdbcType=DECIMAL},
refund_amount = #{record.refundAmount,jdbcType=DECIMAL},
pay_type = #{record.payType,jdbcType=INTEGER},
order_status = #{record.orderStatus,jdbcType=INTEGER},
order_channel = #{record.orderChannel,jdbcType=INTEGER},
order_remarks = #{record.orderRemarks,jdbcType=VARCHAR},
delete_sign = #{record.deleteSign,jdbcType=INTEGER}
update jt_order
order_time = #{orderTime,jdbcType=TIMESTAMP},
aid = #{aid,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
buyer_id = #{buyerId,jdbcType=VARCHAR},
seller_id = #{sellerId,jdbcType=VARCHAR},
order_amount = #{orderAmount,jdbcType=DECIMAL},
pay_amount = #{payAmount,jdbcType=DECIMAL},
refund_amount = #{refundAmount,jdbcType=DECIMAL},
pay_type = #{payType,jdbcType=INTEGER},
order_status = #{orderStatus,jdbcType=INTEGER},
order_channel = #{orderChannel,jdbcType=INTEGER},
order_remarks = #{orderRemarks,jdbcType=VARCHAR},
delete_sign = #{deleteSign,jdbcType=INTEGER},
where order_no = #{orderNo,jdbcType=VARCHAR}
update jt_order
set order_time = #{orderTime,jdbcType=TIMESTAMP},
aid = #{aid,jdbcType=VARCHAR},
update_time = #{updateTime,jdbcType=TIMESTAMP},
buyer_id = #{buyerId,jdbcType=VARCHAR},
seller_id = #{sellerId,jdbcType=VARCHAR},
order_amount = #{orderAmount,jdbcType=DECIMAL},
pay_amount = #{payAmount,jdbcType=DECIMAL},
refund_amount = #{refundAmount,jdbcType=DECIMAL},
pay_type = #{payType,jdbcType=INTEGER},
order_status = #{orderStatus,jdbcType=INTEGER},
order_channel = #{orderChannel,jdbcType=INTEGER},
order_remarks = #{orderRemarks,jdbcType=VARCHAR},
delete_sign = #{deleteSign,jdbcType=INTEGER}
where order_no = #{orderNo,jdbcType=VARCHAR}