Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
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
项目统一框架
amos-boot-biz
Commits
5508f9bc
Commit
5508f9bc
authored
Nov 04, 2024
by
刘林
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop_tzs_register' into develop_tzs_register
parents
6ba1da9e
91715d57
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
CertDetailServiceImpl.java
...ot/module/app/biz/service/impl/CertDetailServiceImpl.java
+2
-2
pom.xml
...module-statistics/amos-boot-module-statistics-biz/pom.xml
+1
-1
No files found.
amos-boot-system-tzs/amos-boot-module-app/amos-boot-module-app-biz/src/main/java/com/yeejoin/amos/boot/module/app/biz/service/impl/CertDetailServiceImpl.java
View file @
5508f9bc
...
...
@@ -44,11 +44,11 @@ public class CertDetailServiceImpl {
}
private
void
setDefaultFieldForOld
(
CertInfoRequestParam
requestParam
)
{
// 兼容老数据,默认版本号为1 aes
加密
// 兼容老数据,默认版本号为1 aes加密
if
(
StringUtils
.
isBlank
(
requestParam
.
getVersion
()))
{
requestParam
.
setVersion
(
AESUtil
.
encrypt
(
"1"
));
}
// 兼容老数据,默认类型为使用登记证,扩展预览字段 base64
// 兼容老数据,默认类型为使用登记证,扩展预览字段 base64
编码
if
(
StringUtils
.
isBlank
(
requestParam
.
getCertType
()))
{
requestParam
.
setCertType
(
Base64Encoder
.
encode
(
"useCert"
,
StandardCharsets
.
UTF_8
));
}
...
...
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/pom.xml
View file @
5508f9bc
...
...
@@ -24,7 +24,7 @@
<dependency>
<groupId>
com.yeejoin
</groupId>
<artifactId>
visual-feign-morphic
</artifactId>
<version>
1.
9.0-SNAPSHOT
</version>
<version>
1.
11.0-TZS
</version>
</dependency>
<dependency>
<groupId>
com.baomidou
</groupId>
...
...
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