order_info
id,
buyer_id,item_id,pay_type,youzan_update_time,tid,created,team_type,pay_time,pay_type_str,close_type,refund_state,
success_time,payment,rebate_status,level_status,month_order_status,monthly_task_status,create_time,update_time
#{buyerId},#{itemId},#{payType},#{youzanUpdateTime}, #{tid},#{created},#{teamType},#{payTime},#{payTypeStr},
#{closeType},#{refundState},#{successTime},#{payment},
#{rebateStatus},#{levelStatus},#{monthOrderStatus},#{monthlyTaskStatus},now(),now()
buyer_id = #{buyerId},
item_id =#{itemId},
pay_type =#{payType},
youzan_update_time =#{youzanUpdateTime},
tid =#{tid},
created =#{created},
team_type =#{teamType},
pay_time =#{payTime},
pay_type_str =#{payTypeStr},
close_type =#{closeType},
refund_state =#{refundState},
success_time =#{successTime},
payment =#{payment},
rebate_status =#{rebateStatus},
level_status =#{levelStatus},
month_order_status =#{monthOrderStatus},
monthly_task_status =#{monthlyTaskStatus},
update_time =now()
id = #{id}
and buyer_id = #{buyerId}
and item_id =#{itemId}
and pay_type =#{payType}
youzan_update_time =#{youzanUpdateTime}
and tid =#{tid}
and created =#{created}
and team_type =#{teamType}
and pay_time =#{payTime}
and pay_type_str =#{payTypeStr}
and close_type =#{closeType}
and refund_state =#{refundState}
and success_time =#{successTime}
and payment =#{payment}
and rebate_status =#{rebateStatus}
and level_status =#{levelStatus}
and month_order_status =#{monthOrderStatus}
and monthly_task_status =#{monthlyTaskStatus}
and create_time >= #{createTime}
and #{updateTime} >= update_time
insert into
()
value
()