Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Jeepay
Commits
1a15fd8e
Commit
1a15fd8e
authored
Mar 30, 2023
by
terrfly
Browse files
添加sql
parent
289c64ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/sql/patch.sql
View file @
1a15fd8e
...
...
@@ -275,4 +275,11 @@ INSERT INTO t_pay_way (way_code, way_name) VALUES ('UP_QR', '银联二维码(主
INSERT
INTO
t_pay_way
(
way_code
,
way_name
)
VALUES
(
'UP_BAR'
,
'银联二维码(被扫)'
);
INSERT
INTO
t_pay_way
(
way_code
,
way_name
)
VALUES
(
'UP_B2B'
,
'银联企业网银支付'
);
INSERT
INTO
t_pay_way
(
way_code
,
way_name
)
VALUES
(
'UP_PC'
,
'银联网关支付'
);
INSERT
INTO
t_pay_way
(
way_code
,
way_name
)
VALUES
(
'UP_JSAPI'
,
'银联Js支付'
);
\ No newline at end of file
INSERT
INTO
t_pay_way
(
way_code
,
way_name
)
VALUES
(
'UP_JSAPI'
,
'银联Js支付'
);
##
-- ++++ [ NEXT ] ===>
-- 分账状态新增: 已受理
alter
table
t_pay_order_division_record
modify
column
`state`
TINYINT
(
6
)
NOT
NULL
COMMENT
'状态: 0-待分账 1-分账成功(明确成功), 2-分账失败(明确失败), 3-分账已受理(上游受理)'
;
Write
Preview
Supports
Markdown
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