Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
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
耿迪迪
huaxin-rq
Commits
f0b0c0ba
Commit
f0b0c0ba
authored
May 29, 2026
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
fc5e5068
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
TPipeInfoServiceImpl.java
.../com/zehong/system/service/impl/TPipeInfoServiceImpl.java
+5
-2
No files found.
huaxin-system/src/main/java/com/zehong/system/service/impl/TPipeInfoServiceImpl.java
View file @
f0b0c0ba
...
...
@@ -125,10 +125,10 @@ public class TPipeInfoServiceImpl implements ITPipeInfoService
TPipeTaskInspect
onelist
=
new
TPipeTaskInspect
();
for
(
TPipeTaskInspect
inspect
:
allPoint
){
if
(
inspect
.
getStatus
()==
0
){
if
(
onelist
.
getStatus
()!=
null
){
if
(
onelist
.
getStatus
()!=
null
&&
onelist
.
getCoordinates
().
size
()>
1
){
resplist
.
add
(
onelist
);
onelist
=
new
TPipeTaskInspect
();
}
onelist
=
new
TPipeTaskInspect
();
continue
;
}
if
(
onelist
.
getStatus
()==
null
){
...
...
@@ -149,6 +149,9 @@ public class TPipeInfoServiceImpl implements ITPipeInfoService
onelist
=
inspect
;
}
}
if
(
onelist
.
getStatus
()!=
null
&&
onelist
.
getCoordinates
().
size
()>
1
){
resplist
.
add
(
onelist
);
}
return
resplist
;
}
...
...
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