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
4b0390a9
Commit
4b0390a9
authored
Jul 22, 2021
by
zhuxiao
Browse files
sql添加版本信息
parent
c4929fc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/sql/patch.sql
View file @
4b0390a9
...
...
@@ -10,6 +10,7 @@ ALTER TABLE `t_mch_notify_record` ADD COLUMN `notify_count_limit` INT(11) NOT NU
##
-- ++++ ++++
##
-- ++++ [v1.4.0] ++++
-- 支付接口定义表 新增支付参数配置页面是否为自定义
ALTER
TABLE
`t_pay_interface_define`
ADD
COLUMN
`config_page_type`
TINYINT
(
6
)
NOT
NULL
DEFAULT
1
COMMENT
'支付参数配置页面类型:1-JSON渲染,2-自定义'
after
`is_isv_mode`
;
...
...
@@ -40,5 +41,5 @@ VALUES ('ysfpay', '云闪付官方', 0, 1, 1,
NULL
,
'[{"wayCode": "YSF_BAR"}, {"wayCode": "ALI_JSAPI"}, {"wayCode": "WX_JSAPI"}, {"wayCode": "ALI_BAR"}, {"wayCode": "WX_BAR"}]'
,
'http://jeequan.oss-cn-beijing.aliyuncs.com/jeepay/img/ysfpay.png'
,
'red'
,
1
,
'云闪付官方通道'
);
##
-- ++++ ++++
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