update ${dbName}_order.o_order_detail_${operatorId} od,
${dbName}_order.o_order_${operatorId} o
set od.with_draw_id = #{withdrawId}
where o.order_id=od.order_id
and od.with_draw_id =0
and od.split_status = 2
and o.group_leader_id=#{groupLeaderId}
update ${dbName}_order.o_order_detail_${operatorId} od,
${dbName}_order.o_order_${operatorId} o
set od.split_status = 3
where o.order_id=od.order_id
and od.with_draw_id = #{withdrawId}
update ${dbName}_order.o_order_detail_${operatorId} od,
${dbName}_order.o_order_${operatorId} o
set od.with_draw_id = 0
where o.order_id=od.order_id
and od.with_draw_id = #{withdrawId}