Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
script
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姚闰伍
script
Commits
20fbc2bc
Commit
20fbc2bc
authored
Dec 02, 2018
by
蘑菇🍄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加空格
parent
ca4432ed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
12 deletions
+10
-12
导入指定的会员.sql
jnby-pomme/导入指定的会员.sql
+10
-12
No files found.
jnby-pomme/导入指定的会员.sql
View file @
20fbc2bc
...
...
@@ -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_process
SELECT
*
from
tab_gic_mall_order_process_copy
WHERE
member_id
in
(
'ff80808165b4c5070165c20bbe331701'
,
'ff8080816760187701676375222d32e1'
,
'ff808081671d4dd501673a76508d32ce'
);
INSERT
INTO
tab_gic_mall_order_refund_consult
SELECT
*
from
tab_gic_mall_order_refund_consult_copy
WHERE
order_refund_id
in
(
INSERT
INTO
tab_gic_mall_order_refund_consult
SELECT
*
from
tab_gic_mall_order_refund_consult_copy
WHERE
order_refund_id
in
(
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
SELECT
*
from
tab_gic_mall_order_refund_logistics_copy
WHERE
mall_order_id
in
(
SELECT
order_id
from
tab_gic_mall_order_refund_copy
where
member_id
in
(
'ff80808165b4c5070165c20bbe331701'
,
'ff8080816760187701676375222d32e1'
,
'ff808081671d4dd501673a76508d32ce'
)
);
INSERT
INTO
tab_gic_mall_order_refund_logistics
SELECT
*
from
tab_gic_mall_order_refund_logistics_copy
WHERE
mall_order_id
in
(
SELECT
order_id
from
tab_gic_mall_order_refund_copy
where
member_id
in
(
'ff80808165b4c5070165c20bbe331701'
,
'ff8080816760187701676375222d32e1'
,
'ff808081671d4dd501673a76508d32ce'
)
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment