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
1c9c0592
Commit
1c9c0592
authored
Nov 15, 2021
by
shenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
蓉易办推送数据
parent
adb598bb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
dataCenter-manager/src/main/java/com/mortals/xhx/modules/information/service/impl/InformationServiceImpl.java
...ules/information/service/impl/InformationServiceImpl.java
+0
-2
No files found.
dataCenter-manager/src/main/java/com/mortals/xhx/modules/information/service/impl/InformationServiceImpl.java
View file @
1c9c0592
...
@@ -61,7 +61,6 @@ public class InformationServiceImpl extends AbstractCRUDServiceImpl<InformationD
...
@@ -61,7 +61,6 @@ public class InformationServiceImpl extends AbstractCRUDServiceImpl<InformationD
informationQuery
.
setNodeType
(
"BusiType_1"
);
informationQuery
.
setNodeType
(
"BusiType_1"
);
informationQuery
.
setIsReport
(
"0"
);
informationQuery
.
setIsReport
(
"0"
);
List
<
InformationEntity
>
informationEntities
=
informationService
.
find
(
informationQuery
,
pageInfo
,
null
).
getList
();
List
<
InformationEntity
>
informationEntities
=
informationService
.
find
(
informationQuery
,
pageInfo
,
null
).
getList
();
List
<
HashMap
<
String
,
Object
>>
objects
=
new
ArrayList
<>();
List
<
InformationEntity
>
entities
=
informationEntities
.
parallelStream
().
map
(
e
->
{
List
<
InformationEntity
>
entities
=
informationEntities
.
parallelStream
().
map
(
e
->
{
try
{
try
{
Thread
.
sleep
(
applyAndAcceptSleep
);
Thread
.
sleep
(
applyAndAcceptSleep
);
...
@@ -80,7 +79,6 @@ public class InformationServiceImpl extends AbstractCRUDServiceImpl<InformationD
...
@@ -80,7 +79,6 @@ public class InformationServiceImpl extends AbstractCRUDServiceImpl<InformationD
e
.
setAcceptName
(
map
.
get
(
"receiveusername"
));
e
.
setAcceptName
(
map
.
get
(
"receiveusername"
));
e
.
setAcceptId
(
map
.
get
(
"receiveuseridcard"
));
e
.
setAcceptId
(
map
.
get
(
"receiveuseridcard"
));
e
.
setAcceptPhone
(
map
.
get
(
"receiveuserphone"
));
e
.
setAcceptPhone
(
map
.
get
(
"receiveuserphone"
));
objects
.
add
(
stringObjectHashMap
);
Map
<
String
,
Object
>
params
=
new
HashMap
<>();
Map
<
String
,
Object
>
params
=
new
HashMap
<>();
params
.
put
(
"jsonData"
,
JSONObject
.
toJSONString
(
stringObjectHashMap
));
params
.
put
(
"jsonData"
,
JSONObject
.
toJSONString
(
stringObjectHashMap
));
log
.
info
(
"参数: "
+
params
);
log
.
info
(
"参数: "
+
params
);
...
...
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