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
465a95ae
Commit
465a95ae
authored
Aug 16, 2023
by
李秀明
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消防运维信息接口更新
parent
f6125df1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
ControlScreenController.java
...s/patrol/business/controller/ControlScreenController.java
+5
-2
IPlanTaskService.java
.../amos/patrol/business/service/intfc/IPlanTaskService.java
+1
-1
No files found.
amos-boot-module/amos-boot-module-biz/amos-boot-module-patrol-biz/src/main/java/com/yeejoin/amos/patrol/business/controller/ControlScreenController.java
View file @
465a95ae
...
@@ -38,8 +38,11 @@ public class ControlScreenController extends AbstractBaseController {
...
@@ -38,8 +38,11 @@ public class ControlScreenController extends AbstractBaseController {
@GetMapping
(
"/statics"
)
@GetMapping
(
"/statics"
)
@ApiOperation
(
value
=
"消防运维信息"
)
@ApiOperation
(
value
=
"消防运维信息"
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
public
CommonResponse
getStatics
(
@RequestParam
(
required
=
false
)
String
companyCode
)
{
public
CommonResponse
getStatics
(
return
CommonResponseUtil
.
success
(
iPlanTaskService
.
getStatics
(
companyCode
));
@RequestParam
(
required
=
false
)
String
companyCode
,
@RequestParam
(
required
=
false
)
String
bizOrgCode
)
{
return
CommonResponseUtil
.
success
(
iPlanTaskService
.
getStatics
(
companyCode
,
bizOrgCode
));
}
}
}
}
amos-boot-module/amos-boot-module-biz/amos-boot-module-patrol-biz/src/main/java/com/yeejoin/amos/patrol/business/service/intfc/IPlanTaskService.java
View file @
465a95ae
...
@@ -187,7 +187,7 @@ public interface IPlanTaskService {
...
@@ -187,7 +187,7 @@ public interface IPlanTaskService {
*/
*/
List
<
Map
<
String
,
Object
>>
firePatrolStatics
(
String
bizOrgCode
);
List
<
Map
<
String
,
Object
>>
firePatrolStatics
(
String
bizOrgCode
);
List
<
Map
<
String
,
Object
>>
getStatics
(
String
companyCode
);
List
<
Map
<
String
,
Object
>>
getStatics
(
String
companyCode
,
String
bizOrgCode
);
/**
/**
* 计划执行查询
* 计划执行查询
...
...
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