Commit 20fbc2bc by 蘑菇🍄

添加空格

parent ca4432ed
...@@ -16,16 +16,14 @@ insert into tab_gic_mall_order_logistics SELECT * from tab_gic_mall_order ...@@ -16,16 +16,14 @@ insert into tab_gic_mall_order_logistics SELECT * from tab_gic_mall_order
insert into tab_gic_mall_order_refund SELECT * from tab_gic_mall_order_refund_copy where member_id in ('ff80808165b4c5070165c20bbe331701','ff8080816760187701676375222d32e1','ff808081671d4dd501673a76508d32ce'); insert into tab_gic_mall_order_refund SELECT * from tab_gic_mall_order_refund_copy where member_id in ('ff80808165b4c5070165c20bbe331701','ff8080816760187701676375222d32e1','ff808081671d4dd501673a76508d32ce');
insert into tab_gic_mall_order_process SELECT * from tab_gic_mall_order_process_copy WHERE member_id in ('ff80808165b4c5070165c20bbe331701','ff8080816760187701676375222d32e1','ff808081671d4dd501673a76508d32ce'); insert into tab_gic_mall_order_process SELECT * from tab_gic_mall_order_process_copy WHERE member_id in ('ff80808165b4c5070165c20bbe331701','ff8080816760187701676375222d32e1','ff808081671d4dd501673a76508d32ce');
INSERT INTO tab_gic_mall_order_refund_consult INSERT INTO tab_gic_mall_order_refund_consult SELECT * from tab_gic_mall_order_refund_consult_copy
SELECT * from tab_gic_mall_order_refund_consult_copy WHERE order_refund_id in
WHERE order_refund_id in (
(
SELECT order_refund_id from tab_gic_mall_order_refund_copy where member_id in ('ff80808165b4c5070165c20bbe331701','ff8080816760187701676375222d32e1','ff808081671d4dd501673a76508d32ce') SELECT order_refund_id from tab_gic_mall_order_refund_copy where member_id in ('ff80808165b4c5070165c20bbe331701','ff8080816760187701676375222d32e1','ff808081671d4dd501673a76508d32ce')
); );
INSERT INTO tab_gic_mall_order_refund_logistics INSERT INTO tab_gic_mall_order_refund_logistics SELECT * from tab_gic_mall_order_refund_logistics_copy
SELECT * from tab_gic_mall_order_refund_logistics_copy WHERE mall_order_id in
WHERE mall_order_id in (
( SELECT order_id from tab_gic_mall_order_refund_copy where member_id in ('ff80808165b4c5070165c20bbe331701','ff8080816760187701676375222d32e1','ff808081671d4dd501673a76508d32ce')
SELECT order_id from tab_gic_mall_order_refund_copy where member_id in ('ff80808165b4c5070165c20bbe331701','ff8080816760187701676375222d32e1','ff808081671d4dd501673a76508d32ce') );
);
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