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
771b4c4c
Commit
771b4c4c
authored
Feb 20, 2023
by
高建强
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
item:稳压泵指标统计业务优化
parent
bdfee22a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
35 additions
and
25 deletions
+35
-25
PressurePumpRelateEnum.java
...join/equipmanage/common/enums/PressurePumpRelateEnum.java
+1
-0
EmergencyController.java
...m/yeejoin/equipmanage/controller/EmergencyController.java
+2
-2
IEmergencyService.java
...va/com/yeejoin/equipmanage/service/IEmergencyService.java
+2
-2
EmergencyServiceImpl.java
...eejoin/equipmanage/service/impl/EmergencyServiceImpl.java
+0
-0
PressurePumpServiceImpl.java
...oin/equipmanage/service/impl/PressurePumpServiceImpl.java
+30
-21
No files found.
amos-boot-module/amos-boot-module-api/amos-boot-module-equip-api/src/main/java/com/yeejoin/equipmanage/common/enums/PressurePumpRelateEnum.java
View file @
771b4c4c
...
...
@@ -21,6 +21,7 @@ public enum PressurePumpRelateEnum {
PIPE_PRESSURE_ABNORMAL_STATUS
(
"异常"
,
"稳压泵管网压力异常状态"
),
START
(
"1"
,
"稳压泵启动"
),
STOP
(
"0"
,
"稳压泵停止"
),
CREATED_TIME
(
"createdTime"
,
"物联采集信号创建时间属性"
),
UN_CLEAN_TIME
(
"false"
,
"未消除"
);
private
final
String
value
;
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/controller/EmergencyController.java
View file @
771b4c4c
...
...
@@ -590,7 +590,7 @@ public class EmergencyController extends AbstractBaseController {
}
}
}
return
CommonResponseUtil
.
success
(
iEmergencyService
.
getPressurePumpStatusChart
(
equipmentCode
,
startTime
,
endTime
,
bizOrgCode
,
getAppKey
(),
getProduct
(),
getToken
()));
return
CommonResponseUtil
.
success
(
iEmergencyService
.
getPressurePumpStatusChart
(
startTime
,
endTime
,
bizOrgCode
,
getAppKey
(),
getProduct
(),
getToken
()));
}
@PersonIdentify
...
...
@@ -609,7 +609,7 @@ public class EmergencyController extends AbstractBaseController {
}
}
}
return
CommonResponseUtil
.
success
(
iEmergencyService
.
getPressurePumpDiagnosticAnalysis
(
equipmentCode
,
nameKeys
,
fieldKey
,
bizOrgCode
,
getAppKey
(),
getProduct
(),
getToken
()));
return
CommonResponseUtil
.
success
(
iEmergencyService
.
getPressurePumpDiagnosticAnalysis
(
nameKeys
,
fieldKey
,
bizOrgCode
,
getAppKey
(),
getProduct
(),
getToken
()));
}
@PersonIdentify
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/IEmergencyService.java
View file @
771b4c4c
...
...
@@ -54,9 +54,9 @@ public interface IEmergencyService {
Map
<
String
,
Integer
>
getStockEquipStatistics
();
Map
<
String
,
Object
>
getPressurePumpStatusChart
(
String
equipmentCode
,
String
startTime
,
String
endTime
,
String
bizOrgCode
,
String
appKey
,
String
product
,
String
token
);
Map
<
String
,
Object
>
getPressurePumpStatusChart
(
String
startTime
,
String
endTime
,
String
bizOrgCode
,
String
appKey
,
String
product
,
String
token
);
List
<
Map
<
String
,
Object
>>
getPressurePumpDiagnosticAnalysis
(
String
equipmentCode
,
String
nameKeys
,
String
fieldKey
,
String
bizOrgCode
,
String
appKey
,
String
product
,
String
token
);
List
<
Map
<
String
,
Object
>>
getPressurePumpDiagnosticAnalysis
(
String
nameKeys
,
String
fieldKey
,
String
bizOrgCode
,
String
appKey
,
String
product
,
String
token
);
double
getPressurePumpIntervalTime
(
String
prefix
,
String
appKey
,
String
product
,
String
token
);
...
...
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/impl/EmergencyServiceImpl.java
View file @
771b4c4c
This diff is collapsed.
Click to expand it.
amos-boot-module/amos-boot-module-biz/amos-boot-module-equip-biz/src/main/java/com/yeejoin/equipmanage/service/impl/PressurePumpServiceImpl.java
View file @
771b4c4c
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