Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zhmes-agecal
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
耿迪迪
zhmes-agecal
Commits
2b92be96
Commit
2b92be96
authored
Jun 14, 2025
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
定时巡查去掉标定柜,只巡查老化柜,去掉不用的页面
parent
30fe2086
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1170 deletions
+7
-1170
EquipmentDataCollection.java
...ong/web/controller/equipment/EquipmentDataCollection.java
+7
-8
index.vue
zhmes-agecal-web/src/views/equipment/index.vue
+0
-486
index.vue
zhmes-agecal-web/src/views/equipmentAlarmData/index.vue
+0
-315
index.vue
zhmes-agecal-web/src/views/tray/index.vue
+0
-361
No files found.
zhmes-agecal-admin/src/main/java/com/zehong/web/controller/equipment/EquipmentDataCollection.java
View file @
2b92be96
...
...
@@ -32,22 +32,21 @@ public class EquipmentDataCollection {
@Autowired
private
ITEquipmentAlarmDataService
tEquipmentAlarmDataService
;
/**
* 1.老化柜
、标定柜
巡查
* 1.老化柜巡查
* 2.老化层断电
*/
@GetMapping
(
"/equipmentPatrol"
)
public
void
equipmentPatrol
()
{
List
<
String
>
type
=
new
ArrayList
<>();
type
.
add
(
"1"
);
type
.
add
(
"2"
);
List
<
TEquipmentInfo
>
equipmentInfos
=
tEquipmentInfoService
.
selectTEquipmentList
(
type
);
TEquipmentInfo
equipmentInfo
=
new
TEquipmentInfo
();
equipmentInfo
.
setfEquipmentType
(
"1"
);
List
<
TEquipmentInfo
>
equipmentInfos
=
tEquipmentInfoService
.
selectTEquipmentInfoList
(
equipmentInfo
);
try
{
if
(
equipmentInfos
.
size
()
==
0
)
{
log
.
error
(
"
设备
列表查询结果为空"
);
throw
new
Exception
(
"无
设备
信息!"
);
log
.
error
(
"
老化柜
列表查询结果为空"
);
throw
new
Exception
(
"无
老化柜
信息!"
);
}
/* 1.老化柜
、标定柜
通讯 */
/* 1.老化柜通讯 */
String
sendMsg1
=
"00010000000601040000000A"
;
String
receiveMsg1
=
null
;
TEquipmentAlarmData
alarmData
=
new
TEquipmentAlarmData
();
...
...
zhmes-agecal-web/src/views/equipment/index.vue
deleted
100644 → 0
View file @
30fe2086
This diff is collapsed.
Click to expand it.
zhmes-agecal-web/src/views/equipmentAlarmData/index.vue
deleted
100644 → 0
View file @
30fe2086
This diff is collapsed.
Click to expand it.
zhmes-agecal-web/src/views/tray/index.vue
deleted
100644 → 0
View file @
30fe2086
This diff is collapsed.
Click to expand it.
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