Commit dd43d464 by 蘑菇🍄

pro

parent 43d0ba3f
......@@ -29,12 +29,12 @@ insert into tab_gic_mall_order_item select * from tab_gic_mall_ord
insert into tab_gic_mall_order_logistics select * from tab_gic_mall_order_logistics_copy;
insert into tab_gic_mall_order_process select * from tab_gic_mall_order_process_copy;
insert into tab_gic_mall_order_refund_consult select * from tab_gic_mall_order_refund_consult_copy;
insert into tab_gic_mall_order_refund select * from tab_gic_mall_order_refund_copy;
insert into tab_gic_mall_order_refund select * from tab_gic_mall_order_refund_copy where order_item_id is not null ;
insert into tab_gic_mall_order_refund_logistics select * from tab_gic_mall_order_refund_logistics_copy;
insert into tab_gic_mall_collection select * from tab_gic_mall_collection_copy;
insert into tab_gic_mall_evaluate select * from tab_gic_mall_evaluate_copy;
insert into tab_gic_mall_collection select * from tab_gic_mall_collection_copy WHERE member_id is not NULL;
insert into tab_gic_mall_evaluate select * from tab_gic_mall_evaluate_copy ;
insert into tab_gic_mall_order_batch_deliver_log select * from tab_gic_mall_order_batch_deliver_log_copy;
insert into tab_gic_mall_shopping_cart select * from tab_gic_mall_shopping_cart_copy;
insert into tab_gic_mall_shopping_cart select * from tab_gic_mall_shopping_cart_copy WHERE member_id is not NULL ;
insert into `gic3.0`.tab_gic_member_address select * from `gic3.0`.tab_gic_member_address_copy where enterprise_id= 'ff8080816170e8990161f65038745e4e' ;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment