Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
data-center
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
廖鑫
data-center
Commits
91a1e85e
Commit
91a1e85e
authored
Dec 09, 2021
by
shenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加办件重新推送接口
parent
69064313
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
4 deletions
+11
-4
dataCenter-manager/src/main/java/com/mortals/xhx/modules/information/task/ApplyAndAcceptInformationTaskImpl.java
...s/information/task/ApplyAndAcceptInformationTaskImpl.java
+1
-0
dataCenter-manager/src/main/java/com/mortals/xhx/modules/information/task/DecideInformationTaskImpl.java
...x/modules/information/task/DecideInformationTaskImpl.java
+1
-0
dataCenter-manager/src/main/java/com/mortals/xhx/modules/information/task/ReviewInformationTaskImpl.java
...x/modules/information/task/ReviewInformationTaskImpl.java
+1
-0
pom.xml
pom.xml
+8
-4
No files found.
dataCenter-manager/src/main/java/com/mortals/xhx/modules/information/task/ApplyAndAcceptInformationTaskImpl.java
View file @
91a1e85e
...
@@ -71,6 +71,7 @@ public class ApplyAndAcceptInformationTaskImpl implements ITaskExcuteService {
...
@@ -71,6 +71,7 @@ public class ApplyAndAcceptInformationTaskImpl implements ITaskExcuteService {
List
<
InformationEntity
>
entities
=
informationEntities
.
parallelStream
().
map
(
e
->
{
List
<
InformationEntity
>
entities
=
informationEntities
.
parallelStream
().
map
(
e
->
{
ArameterEntity
extCache
=
new
ArameterEntity
();
ArameterEntity
extCache
=
new
ArameterEntity
();
extCache
.
setSysCode
(
e
.
getSystemCode
());
extCache
.
setSysCode
(
e
.
getSystemCode
());
extCache
.
setAreaCode
(
e
.
getAreaCode
());
extCache
=
arameterService
.
find
(
extCache
).
get
(
0
);
extCache
=
arameterService
.
find
(
extCache
).
get
(
0
);
Map
<
String
,
Object
>
dataMap
=
assembleData
(
e
);
Map
<
String
,
Object
>
dataMap
=
assembleData
(
e
);
String
post
=
""
;
String
post
=
""
;
...
...
dataCenter-manager/src/main/java/com/mortals/xhx/modules/information/task/DecideInformationTaskImpl.java
View file @
91a1e85e
...
@@ -111,6 +111,7 @@ public class DecideInformationTaskImpl implements ITaskExcuteService {
...
@@ -111,6 +111,7 @@ public class DecideInformationTaskImpl implements ITaskExcuteService {
try
{
try
{
ArameterEntity
extCache
=
new
ArameterEntity
();
ArameterEntity
extCache
=
new
ArameterEntity
();
extCache
.
setSysCode
(
e
.
getSystemCode
());
extCache
.
setSysCode
(
e
.
getSystemCode
());
extCache
.
setAreaCode
(
e
.
getAreaCode
());
extCache
=
arameterService
.
find
(
extCache
).
get
(
0
);
extCache
=
arameterService
.
find
(
extCache
).
get
(
0
);
post
=
HttpUtil
.
post
(
extCache
.
getDecideAdress
(),
JSONObject
.
toJSONString
(
dataMap
));
post
=
HttpUtil
.
post
(
extCache
.
getDecideAdress
(),
JSONObject
.
toJSONString
(
dataMap
));
if
(
StringUtils
.
isEmpty
(
post
)){
if
(
StringUtils
.
isEmpty
(
post
)){
...
...
dataCenter-manager/src/main/java/com/mortals/xhx/modules/information/task/ReviewInformationTaskImpl.java
View file @
91a1e85e
...
@@ -112,6 +112,7 @@ public class ReviewInformationTaskImpl implements ITaskExcuteService {
...
@@ -112,6 +112,7 @@ public class ReviewInformationTaskImpl implements ITaskExcuteService {
try
{
try
{
ArameterEntity
extCache
=
new
ArameterEntity
();
ArameterEntity
extCache
=
new
ArameterEntity
();
extCache
.
setSysCode
(
e
.
getSystemCode
());
extCache
.
setSysCode
(
e
.
getSystemCode
());
extCache
.
setAreaCode
(
e
.
getAreaCode
());
extCache
=
arameterService
.
find
(
extCache
).
get
(
0
);
extCache
=
arameterService
.
find
(
extCache
).
get
(
0
);
post
=
HttpUtil
.
post
(
extCache
.
getReviewAdress
(),
JSONObject
.
toJSONString
(
dataMap
));
post
=
HttpUtil
.
post
(
extCache
.
getReviewAdress
(),
JSONObject
.
toJSONString
(
dataMap
));
if
(
StringUtils
.
isEmpty
(
post
)){
if
(
StringUtils
.
isEmpty
(
post
)){
...
...
pom.xml
View file @
91a1e85e
...
@@ -71,10 +71,14 @@
...
@@ -71,10 +71,14 @@
<properties>
<properties>
<profiles.active>
product
</profiles.active>
<profiles.active>
product
</profiles.active>
<profiles.datasource.uri>
<profiles.datasource.uri>
<![CDATA[jdbc:mysql://localhost:3306/xhx-base?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]>
</profiles.datasource.uri>
<!--<![CDATA[jdbc:mysql://localhost:3306/xhx-base?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]></profiles.datasource.uri>-->
<profiles.datasource.username>
root
</profiles.datasource.username>
<![CDATA[jdbc:mysql://10.11.205.32:3306/xhx-base?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=Hongkong]]>
</profiles.datasource.uri>
<profiles.datasource.password>
nczwroot
</profiles.datasource.password>
<profiles.datasource.username>
xhx
</profiles.datasource.username>
<profiles.redis.uri>
127.0.0.1
</profiles.redis.uri>
<!--<profiles.datasource.username>root</profiles.datasource.username>-->
<!--<profiles.datasource.password>nczwroot</profiles.datasource.password>-->
<profiles.datasource.password>
123456
</profiles.datasource.password>
<!--<profiles.redis.uri>127.0.0.1</profiles.redis.uri>-->
<profiles.redis.uri>
10.11.205.32
</profiles.redis.uri>
<profiles.redis.port>
6379
</profiles.redis.port>
<profiles.redis.port>
6379
</profiles.redis.port>
<profiles.redis.username></profiles.redis.username>
<profiles.redis.username></profiles.redis.username>
<profiles.redis.password></profiles.redis.password>
<profiles.redis.password></profiles.redis.password>
...
...
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