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
a69432c3
Commit
a69432c3
authored
Oct 20, 2023
by
chenzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改代码
parent
ba911143
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
IdxBizFanHealthIndexController.java
.../jxiop/biz/controller/IdxBizFanHealthIndexController.java
+2
-2
IdxBizFanWarningRecordDto.java
.../boot/module/jxiop/biz/dto/IdxBizFanWarningRecordDto.java
+3
-3
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/IdxBizFanHealthIndexController.java
View file @
a69432c3
...
...
@@ -117,7 +117,7 @@ public class IdxBizFanHealthIndexController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"预警监测风机层左侧列表"
,
notes
=
"预警监测风机层左侧列表"
)
@GetMapping
(
value
=
"/tableLeftList"
)
public
ResponseModel
<
Page
<
Map
<
String
,
Object
>>>
queryForLeftTableList
(
String
STATION
,
String
HEALTHLEVEL
,
String
EQUIPMENTNAME
,
Integer
current
,
Integer
size
)
{
public
ResponseModel
<
Page
<
Map
<
String
,
Object
>>>
queryForLeftTableList
(
@RequestParam
(
required
=
false
)
String
STATION
,
@RequestParam
(
required
=
false
)
String
HEALTHLEVEL
,
@RequestParam
(
required
=
false
)
String
EQUIPMENTNAME
,
Integer
current
,
Integer
size
)
{
Page
<
Map
<
String
,
Object
>>
page
=
new
Page
<
Map
<
String
,
Object
>>();
page
.
setCurrent
(
current
);
page
.
setSize
(
size
);
...
...
@@ -130,7 +130,7 @@ public class IdxBizFanHealthIndexController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"预警监测风机层仪表盘"
,
notes
=
"预警监测风机层仪表盘"
)
@GetMapping
(
value
=
"/queryForLeftTableListNum"
)
public
ResponseModel
<
Map
<
String
,
Object
>>
queryForLeftTableListNum
(
String
STATION
,
String
HEALTHLEVEL
,
String
EQUIPMENTNAME
)
{
public
ResponseModel
<
Map
<
String
,
Object
>>
queryForLeftTableListNum
(
@RequestParam
(
required
=
false
)
String
STATION
,
@RequestParam
(
required
=
false
)
String
HEALTHLEVEL
,
@RequestParam
(
required
=
false
)
String
EQUIPMENTNAME
)
{
return
ResponseHelper
.
buildResponse
(
idxBizFanHealthIndexServiceImpl
.
queryForLeftTableListNum
(
STATION
,
HEALTHLEVEL
,
EQUIPMENTNAME
));
}
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-analyse-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/dto/IdxBizFanWarningRecordDto.java
View file @
a69432c3
...
...
@@ -46,10 +46,10 @@ public class IdxBizFanWarningRecordDto{
private
String
disposotionState
;
@TableField
(
"HEALTH_INDEX_SEQ"
)
private
Integer
healthIndexSeq
;
private
String
healthIndexSeq
;
@TableField
(
"ANALYSIS_POINT_ID"
)
private
Integer
analysisPointId
;
private
String
analysisPointId
;
@ApiModelProperty
(
value
=
"预警等级"
)
@TableField
(
"WARNING_NAME"
)
...
...
@@ -73,7 +73,7 @@ public class IdxBizFanWarningRecordDto{
@ApiModelProperty
(
value
=
"网关ID"
)
@TableField
(
"GATEWAY_ID"
)
private
Integer
gatewayId
;
private
String
gatewayId
;
@ApiModelProperty
(
value
=
"点表地址"
)
@TableField
(
"INDEX_ADDRESS"
)
...
...
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