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
febaf59f
Commit
febaf59f
authored
Nov 06, 2025
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(jg): 压力管道管道长度
1.自动填充优化后,代码回退
parent
33a76726
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
DataHandlerServiceImpl.java
...ot/module/jg/biz/service/impl/DataHandlerServiceImpl.java
+4
-4
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/DataHandlerServiceImpl.java
View file @
febaf59f
...
...
@@ -2507,7 +2507,7 @@ public class DataHandlerServiceImpl {
.
select
(
BaseEntity:
:
getSequenceNbr
)
);
watch
.
start
(
"安装告知"
+
notices
.
size
());
notices
.
forEach
(
n
->{
notices
.
parallelStream
().
forEach
(
n
->{
JSONObject
jsonObject
=
commonServiceImpl
.
queryHistoryData
(
n
.
getSequenceNbr
());
if
(
jsonObject
!=
null
){
JSONArray
jsonArray
=
jsonObject
.
getJSONArray
(
"deviceList"
);
...
...
@@ -2530,7 +2530,7 @@ public class DataHandlerServiceImpl {
.
ne
(
JgUseRegistration:
:
getProjectContraptionId
,
""
)
.
select
(
BaseEntity:
:
getSequenceNbr
));
watch
.
start
(
"使用登记"
+
useRegistrations
.
size
()
);
useRegistrations
.
forEach
(
u
->{
useRegistrations
.
parallelStream
().
forEach
(
u
->{
JSONObject
jsonObject
=
commonServiceImpl
.
queryHistoryData
(
u
.
getSequenceNbr
());
if
(
jsonObject
!=
null
){
String
pipelistKey
;
...
...
@@ -2561,7 +2561,7 @@ public class DataHandlerServiceImpl {
.
ne
(
JgChangeRegistrationReform:
:
getProjectContraptionId
,
""
)
.
select
(
JgChangeRegistrationReform:
:
getApplyNo
));
watch
.
start
(
"改造变更登记"
+
changeRegistrationReforms
.
size
());
changeRegistrationReforms
.
forEach
(
u
->{
changeRegistrationReforms
.
parallelStream
().
forEach
(
u
->{
JSONObject
jsonObject
=
commonServiceImpl
.
queryHistoryData
(
u
.
getApplyNo
());
if
(
jsonObject
!=
null
){
JSONArray
jsonArray
=
jsonObject
.
getJSONArray
(
"equipmentLists"
);
...
...
@@ -2586,7 +2586,7 @@ public class DataHandlerServiceImpl {
.
ne
(
JgReformNotice:
:
getProjectContraptionId
,
""
)
.
select
(
BaseEntity:
:
getSequenceNbr
));
watch
.
start
(
"改造告知"
+
reformNotices
.
size
());
reformNotices
.
forEach
(
u
->{
reformNotices
.
parallelStream
().
forEach
(
u
->{
JSONObject
jsonObject
=
commonServiceImpl
.
queryHistoryData
(
u
.
getSequenceNbr
());
if
(
jsonObject
!=
null
){
JSONArray
jsonArray
=
jsonObject
.
getJSONArray
(
"deviceList"
);
...
...
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