Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAmosFireAutoSysRoot
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
station
YeeAmosFireAutoSysRoot
Commits
4286255e
Commit
4286255e
authored
Apr 22, 2020
by
suhuiguang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.删除测试代码-全景监控
parent
f3cd3e18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
View3dController.java
...eejoin/amos/fas/business/controller/View3dController.java
+4
-6
No files found.
YeeAmosFireAutoSysService/src/main/java/com/yeejoin/amos/fas/business/controller/View3dController.java
View file @
4286255e
...
@@ -42,9 +42,8 @@ public class View3dController extends BaseController {
...
@@ -42,9 +42,8 @@ public class View3dController extends BaseController {
@ApiOperation
(
value
=
"区域详情查询"
,
notes
=
"区域详情查询"
)
@ApiOperation
(
value
=
"区域详情查询"
,
notes
=
"区域详情查询"
)
@GetMapping
(
value
=
"region/detail/{id}"
)
@GetMapping
(
value
=
"region/detail/{id}"
)
public
CommonResponse
getRegionDetail
(
@PathVariable
(
"id"
)
Long
id
)
{
public
CommonResponse
getRegionDetail
(
@PathVariable
(
"id"
)
Long
id
)
{
// ReginParams reginParams =getSelectedOrgInfo();
ReginParams
reginParams
=
getSelectedOrgInfo
();
// String orgCode = this.getOrgCode(reginParams);
String
orgCode
=
this
.
getOrgCode
(
reginParams
);
String
orgCode
=
"1*2"
;
return
CommonResponseUtil
.
success
(
riskSourceService
.
findRegionById
(
id
,
orgCode
));
return
CommonResponseUtil
.
success
(
riskSourceService
.
findRegionById
(
id
,
orgCode
));
}
}
...
@@ -76,9 +75,8 @@ public class View3dController extends BaseController {
...
@@ -76,9 +75,8 @@ public class View3dController extends BaseController {
@ApiOperation
(
value
=
"今日安全指数查询"
,
notes
=
"按照日期查询安全指数及分类数据"
)
@ApiOperation
(
value
=
"今日安全指数查询"
,
notes
=
"按照日期查询安全指数及分类数据"
)
@GetMapping
(
value
=
"/statistics/safetyIndex"
)
@GetMapping
(
value
=
"/statistics/safetyIndex"
)
public
CommonResponse
getSafetyIndexInfoByDate
(
@RequestParam
(
name
=
"date"
,
required
=
false
)
String
date
){
public
CommonResponse
getSafetyIndexInfoByDate
(
@RequestParam
(
name
=
"date"
,
required
=
false
)
String
date
){
// ReginParams reginParams =getSelectedOrgInfo();
ReginParams
reginParams
=
getSelectedOrgInfo
();
// String orgCode = this.getOrgCode(reginParams);
String
orgCode
=
this
.
getOrgCode
(
reginParams
);
String
orgCode
=
"1*2"
;
return
CommonResponseUtil
.
success
(
view3dService
.
getSafetyIndexInfoByDate
(
orgCode
,
date
));
return
CommonResponseUtil
.
success
(
view3dService
.
getSafetyIndexInfoByDate
(
orgCode
,
date
));
}
}
...
...
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