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
27ce7f72
Commit
27ce7f72
authored
Jan 26, 2022
by
xiaoyu
Browse files
Merge remote-tracking branch 'origin/dev' into dev
parents
cb8435c8
312da02b
Changes
6
Hide whitespace changes
Inline
Side-by-side
docs/sql/patch.sql
View file @
27ce7f72
...
...
@@ -210,8 +210,6 @@ insert into t_sys_entitlement values('ENT_DIVISION_RECORD', '分账记录', 'uno
insert
into
t_sys_entitlement
values
(
'ENT_DIVISION_RECORD_LIST'
,
'页面:数据列表'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_DIVISION_RECORD'
,
'0'
,
'MCH'
,
now
(),
now
());
insert
into
t_sys_entitlement
values
(
'ENT_DIVISION_RECORD_VIEW'
,
'按钮:详情'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_DIVISION_RECORD'
,
'0'
,
'MCH'
,
now
(),
now
());
##
-- ++++ ++++
##
-- ++++ [v1.7.0] ===> [v1.8.0] ++++
...
...
@@ -228,7 +226,7 @@ alter table t_refund_order modify err_msg varchar(2048) null comment '渠道错
-- 增加角色权限字段长度
alter
table
`t_sys_role_ent_rela`
MODIFY
`ent_id`
VARCHAR
(
64
)
NOT
NULL
COMMENT
'权限ID'
after
`role_id`
;
##
-- ++++ [v1.10.0] ===> [v1.11.0]
待发布
++++
##
-- ++++ [v1.10.0] ===> [v1.11.0] ++++
INSERT
INTO
t_pay_way
(
way_code
,
way_name
)
VALUES
(
'ALI_LITE'
,
'支付宝小程序'
);
INSERT
INTO
t_pay_way
(
way_code
,
way_name
)
VALUES
(
'PP_PC'
,
'PayPal支付'
);
INSERT
INTO
t_pay_interface_define
(
if_code
,
if_name
,
is_mch_mode
,
is_isv_mode
,
config_page_type
,
isv_params
,
isvsub_mch_params
,
normal_mch_params
,
way_codes
,
icon
,
bg_color
,
state
,
remark
)
...
...
@@ -239,6 +237,6 @@ VALUES ('pppay', 'PayPal支付', 1, 0, 1,
'[{"wayCode": "PP_PC"}]'
,
'http://jeequan.oss-cn-beijing.aliyuncs.com/jeepay/img/paypal.png'
,
'#005ea6'
,
1
,
'PayPal官方通道'
);
##
分账重试
##
-- ++++ [v1.11.0] ===> [v1.12.0] ++++
--
分账重试
insert
into
t_sys_entitlement
values
(
'ENT_DIVISION_RECORD_RESEND'
,
'按钮:重试'
,
'no-icon'
,
''
,
''
,
'PB'
,
0
,
1
,
'ENT_DIVISION_RECORD'
,
'0'
,
'MCH'
,
now
(),
now
());
jeepay-manager/src/main/resources/banner.txt
View file @
27ce7f72
...
...
@@ -4,5 +4,5 @@
/ /_/ // __/ __/ /_/ / /_/ / /_/ /
\____/ \___/\___/ .___/\__,_/\__, /
/_/ /____/
:: Jeepay :: (v1.1
1
.0.RELEASE)
:: Jeepay :: (v1.1
2
.0.RELEASE)
适合互联网企业使用的开源支付系统 : https://www.jeequan.com
jeepay-merchant/src/main/resources/banner.txt
View file @
27ce7f72
...
...
@@ -4,5 +4,5 @@
/ /_/ // __/ __/ /_/ / /_/ / /_/ /
\____/ \___/\___/ .___/\__,_/\__, /
/_/ /____/
:: Jeepay :: (v1.1
1
.0.RELEASE)
:: Jeepay :: (v1.1
2
.0.RELEASE)
适合互联网企业使用的开源支付系统 : https://www.jeequan.com
jeepay-payment/src/main/resources/banner.txt
View file @
27ce7f72
...
...
@@ -4,5 +4,5 @@
/ /_/ // __/ __/ /_/ / /_/ / /_/ /
\____/ \___/\___/ .___/\__,_/\__, /
/_/ /____/
:: Jeepay :: (v1.1
1
.0.RELEASE)
:: Jeepay :: (v1.1
2
.0.RELEASE)
适合互联网企业使用的开源支付系统 : https://www.jeequan.com
jeepay-z-codegen/pom.xml
View file @
27ce7f72
...
...
@@ -48,7 +48,7 @@
<dependency>
<groupId>
org.apache.velocity
</groupId>
<artifactId>
velocity-engine-core
</artifactId>
<version>
2.
1
</version>
<version>
2.
3
</version>
</dependency>
</dependencies>
...
...
@@ -65,4 +65,4 @@
</plugins>
</build>
</project>
\ No newline at end of file
</project>
pom.xml
View file @
27ce7f72
...
...
@@ -36,7 +36,7 @@
<!-- 配置属性声明, 支持自定义参数 -->
<properties>
<isys.version>
1.1
1
.0
</isys.version>
<!-- 指定当前[项目]版本号 -->
<isys.version>
1.1
2
.0
</isys.version>
<!-- 指定当前[项目]版本号 -->
<java.version>
1.8
</java.version>
<!-- 指定java版本号 -->
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<!-- 项目构建输出编码 -->
...
...
@@ -52,6 +52,8 @@
<rocketmq.spring.boot.starter.version>
2.2.0
</rocketmq.spring.boot.starter.version>
<aliyun-openservices-ons-client.version>
1.8.8.1.Final
</aliyun-openservices-ons-client.version>
<mysql.version>
8.0.28
</mysql.version>
<!-- 覆写 spring-boot-dependencies 的依赖版本号 -->
</properties>
...
...
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