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
370b8a3f
Commit
370b8a3f
authored
Feb 26, 2024
by
韩桐桐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg):告知书顶部域名修改
parent
4ba9ff4a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
JgInstallationNoticeServiceImpl.java
.../jg/biz/service/impl/JgInstallationNoticeServiceImpl.java
+3
-4
application-dev.properties
...dule-jg-biz/src/main/resources/application-dev.properties
+2
-1
No files found.
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/java/com/yeejoin/amos/boot/module/jg/biz/service/impl/JgInstallationNoticeServiceImpl.java
View file @
370b8a3f
...
...
@@ -146,8 +146,8 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
@Value
(
"classpath:/json/urlInfo.json"
)
public
Resource
bizTypeInfo
;
@Value
(
"${
regulatory_code_prefix
}"
)
String
REGULATORY_CODE_PREFIX
;
@Value
(
"${
tzs.domain
}"
)
String
TZSDOMAIN
;
@Autowired
AmosRequestContext
amosRequestContext
;
...
...
@@ -442,13 +442,12 @@ public class JgInstallationNoticeServiceImpl extends BaseService<JgInstallationN
}
});
}
String
doMain
=
REGULATORY_CODE_PREFIX
.
substring
(
0
,
REGULATORY_CODE_PREFIX
.
lastIndexOf
(
":"
));
Function
<
String
,
String
>
getValue
=
key
->
installation
.
getOrDefault
(
key
,
""
).
toString
();
// 组装模板变量
Map
<
String
,
Object
>
placeholders
=
new
HashMap
<>();
placeholders
.
put
(
"doMain"
,
doMain
);
placeholders
.
put
(
"doMain"
,
TZSDOMAIN
);
placeholders
.
put
(
"installUnitName"
,
getValue
.
apply
(
"installUnitName"
));
placeholders
.
put
(
"informNumber"
,
""
.
equals
(
getValue
.
apply
(
"informNumber"
))
?
getValue
.
apply
(
"applyNo"
)
:
getValue
.
apply
(
"informNumber"
));
placeholders
.
put
(
"productName"
,
getValue
.
apply
(
"productName"
));
...
...
amos-boot-system-tzs/amos-boot-module-jg/amos-boot-module-jg-biz/src/main/resources/application-dev.properties
View file @
370b8a3f
...
...
@@ -80,7 +80,7 @@ rule.definition.local-ip=172.16.10.243
# ??????????
minio.url.path
=
http://172.16.10.243:9000/
## \uFFFD\uFFFD\uFFFD\u027C\uFFFD\uFFFD\uFFFD\uFFFD\u01F0\u05FA\uFFFD\uFFFD\uFFFD\uFFFD
regulatory_code_prefix
=
https://sxtzsb.sxsei.com:19435/tzs?code=
tzs.domain
=
https://sxtzsb.sxsei.com
outSystem.user.password
=
a1234560
amos.system.user.app-key
=
AMOS_STUDIO
amos.system.user.product
=
STUDIO_APP_WEB
\ No newline at end of file
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