cart_list
insert into view_order (ali_paid_amount, id, amount,
bank_paid_amount, billing_id, cash_paid_amount,
created_at, deduct_score, deposit_paid_amount,
discount_amount, freight_amount, is_master,
is_vip, master_id, member_id,
order_no, order_type, other_paid_amount,
paid_time, pay_amount, product_score,
product_type, ref_order_id, refund_able,
refund_amount, send_type, settlement_amount,
shop_id, small_change, status,
table_id, table_party, terminal_snap,
user_id, virtual_paid_amount, wx_paid_amount,
cart_list)
values (#{aliPaidAmount,jdbcType=DECIMAL}, #{id,jdbcType=INTEGER}, #{amount,jdbcType=DECIMAL},
#{bankPaidAmount,jdbcType=DECIMAL}, #{billingId,jdbcType=VARCHAR}, #{cashPaidAmount,jdbcType=DECIMAL},
#{createdAt,jdbcType=BIGINT}, #{deductScore,jdbcType=INTEGER}, #{depositPaidAmount,jdbcType=DECIMAL},
#{discountAmount,jdbcType=DECIMAL}, #{freightAmount,jdbcType=DECIMAL}, #{isMaster,jdbcType=TINYINT},
#{isVip,jdbcType=TINYINT}, #{masterId,jdbcType=VARCHAR}, #{memberId,jdbcType=VARCHAR},
#{orderNo,jdbcType=VARCHAR}, #{orderType,jdbcType=VARCHAR}, #{otherPaidAmount,jdbcType=DECIMAL},
#{paidTime,jdbcType=BIGINT}, #{payAmount,jdbcType=DECIMAL}, #{productScore,jdbcType=INTEGER},
#{productType,jdbcType=VARCHAR}, #{refOrderId,jdbcType=VARCHAR}, #{refundAble,jdbcType=TINYINT},
#{refundAmount,jdbcType=DECIMAL}, #{sendType,jdbcType=VARCHAR}, #{settlementAmount,jdbcType=DECIMAL},
#{shopId,jdbcType=VARCHAR}, #{smallChange,jdbcType=DECIMAL}, #{status,jdbcType=VARCHAR},
#{tableId,jdbcType=VARCHAR}, #{tableParty,jdbcType=VARCHAR}, #{terminalSnap,jdbcType=VARCHAR},
#{userId,jdbcType=VARCHAR}, #{virtualPaidAmount,jdbcType=DECIMAL}, #{wxPaidAmount,jdbcType=DECIMAL},
#{cartList,jdbcType=LONGVARCHAR})
insert into view_order
ali_paid_amount,
id,
amount,
bank_paid_amount,
billing_id,
cash_paid_amount,
created_at,
deduct_score,
deposit_paid_amount,
discount_amount,
freight_amount,
is_master,
is_vip,
master_id,
member_id,
order_no,
order_type,
other_paid_amount,
paid_time,
pay_amount,
product_score,
product_type,
ref_order_id,
refund_able,
refund_amount,
send_type,
settlement_amount,
shop_id,
small_change,
status,
table_id,
table_party,
terminal_snap,
user_id,
virtual_paid_amount,
wx_paid_amount,
cart_list,
#{aliPaidAmount,jdbcType=DECIMAL},
#{id,jdbcType=INTEGER},
#{amount,jdbcType=DECIMAL},
#{bankPaidAmount,jdbcType=DECIMAL},
#{billingId,jdbcType=VARCHAR},
#{cashPaidAmount,jdbcType=DECIMAL},
#{createdAt,jdbcType=BIGINT},
#{deductScore,jdbcType=INTEGER},
#{depositPaidAmount,jdbcType=DECIMAL},
#{discountAmount,jdbcType=DECIMAL},
#{freightAmount,jdbcType=DECIMAL},
#{isMaster,jdbcType=TINYINT},
#{isVip,jdbcType=TINYINT},
#{masterId,jdbcType=VARCHAR},
#{memberId,jdbcType=VARCHAR},
#{orderNo,jdbcType=VARCHAR},
#{orderType,jdbcType=VARCHAR},
#{otherPaidAmount,jdbcType=DECIMAL},
#{paidTime,jdbcType=BIGINT},
#{payAmount,jdbcType=DECIMAL},
#{productScore,jdbcType=INTEGER},
#{productType,jdbcType=VARCHAR},
#{refOrderId,jdbcType=VARCHAR},
#{refundAble,jdbcType=TINYINT},
#{refundAmount,jdbcType=DECIMAL},
#{sendType,jdbcType=VARCHAR},
#{settlementAmount,jdbcType=DECIMAL},
#{shopId,jdbcType=VARCHAR},
#{smallChange,jdbcType=DECIMAL},
#{status,jdbcType=VARCHAR},
#{tableId,jdbcType=VARCHAR},
#{tableParty,jdbcType=VARCHAR},
#{terminalSnap,jdbcType=VARCHAR},
#{userId,jdbcType=VARCHAR},
#{virtualPaidAmount,jdbcType=DECIMAL},
#{wxPaidAmount,jdbcType=DECIMAL},
#{cartList,jdbcType=LONGVARCHAR},