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
7d42463b
Commit
7d42463b
authored
Aug 16, 2024
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
气瓶下钻页面功能-修改
parent
620c29c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
CylinderDPStatisticsController.java
...tistcs/biz/controller/CylinderDPStatisticsController.java
+8
-8
No files found.
amos-boot-system-tzs/amos-boot-module-statistics/amos-boot-module-statistics-biz/src/main/java/com/yeejoin/amos/boot/module/statistcs/biz/controller/CylinderDPStatisticsController.java
View file @
7d42463b
...
...
@@ -115,8 +115,8 @@ public class CylinderDPStatisticsController extends BaseController {
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"
GE
T"
,
value
=
"区域安全指数排名下钻树节点"
)
@
Ge
tMapping
(
value
=
"/securityIndexSubTree"
)
@ApiOperation
(
httpMethod
=
"
POS
T"
,
value
=
"区域安全指数排名下钻树节点"
)
@
Pos
tMapping
(
value
=
"/securityIndexSubTree"
)
public
ResponseModel
<
SubTreeDto
>
securityIndexSubTree
()
{
return
ResponseHelper
.
buildResponse
(
dpStatisticsService
.
securityIndexSubTree
());
}
...
...
@@ -129,8 +129,8 @@ public class CylinderDPStatisticsController extends BaseController {
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"
GE
T"
,
value
=
"充装量/卸液量下钻树节点"
)
@
Ge
tMapping
(
value
=
"/getFillingSubTree"
)
@ApiOperation
(
httpMethod
=
"
POS
T"
,
value
=
"充装量/卸液量下钻树节点"
)
@
Pos
tMapping
(
value
=
"/getFillingSubTree"
)
public
ResponseModel
<
SubTreeDto
>
getFillingSubTree
()
{
return
ResponseHelper
.
buildResponse
(
dpStatisticsService
.
getFillingSubTree
());
}
...
...
@@ -151,15 +151,15 @@ public class CylinderDPStatisticsController extends BaseController {
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"
GE
T"
,
value
=
"充装量/卸液量下钻气瓶充装异常情况下拉"
)
@
Ge
tMapping
(
value
=
"/getFillingSubAnomalyType"
)
@ApiOperation
(
httpMethod
=
"
POS
T"
,
value
=
"充装量/卸液量下钻气瓶充装异常情况下拉"
)
@
Pos
tMapping
(
value
=
"/getFillingSubAnomalyType"
)
public
ResponseModel
<
Object
>
getFillingSubAnomalyType
()
{
return
ResponseHelper
.
buildResponse
(
dpStatisticsService
.
getFillingSubAnomalyType
());
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"
GE
T"
,
value
=
"区域气站对接率下钻树节点"
)
@
Ge
tMapping
(
value
=
"/getStationRateSubTree"
)
@ApiOperation
(
httpMethod
=
"
POS
T"
,
value
=
"区域气站对接率下钻树节点"
)
@
Pos
tMapping
(
value
=
"/getStationRateSubTree"
)
public
ResponseModel
<
SubTreeDto
>
getStationRateSubTree
()
{
return
ResponseHelper
.
buildResponse
(
dpStatisticsService
.
getStationRateSubTree
());
}
...
...
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