Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pingshan-ranqi
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
yaqizhang
pingshan-ranqi
Commits
cc78ea6b
Commit
cc78ea6b
authored
Nov 16, 2021
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
预警列表设备类型字段处理
parent
ab729657
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
TDetectorInfoController.java
...hong/web/controller/detector/TDetectorInfoController.java
+7
-0
No files found.
gassafety-admin/src/main/java/com/zehong/web/controller/detector/TDetectorInfoController.java
View file @
cc78ea6b
...
...
@@ -162,6 +162,13 @@ public class TDetectorInfoController extends BaseController
}
List
<
TDetectorAlarmInfoVO
>
alarmVO
=
tDetectorReportDataService
.
selectTDetectorAlarm
();
for
(
TDetectorAlarmInfoVO
alarm
:
alarmVO
){
if
(
"1"
.
equals
(
alarm
.
getDetectorType
())){
alarm
.
setDetectorType
(
"家用探测器"
);
}
else
if
(
"2"
.
equals
(
alarm
.
getDetectorType
())){
alarm
.
setDetectorType
(
"工业探测器"
);
}
}
map
.
put
(
"totalNum"
,
totalNum
);
map
.
put
(
"handledNum"
,
handledNum
);
...
...
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