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
e31c7b4e
Commit
e31c7b4e
authored
Sep 26, 2024
by
tianyiming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改权限校验
parent
c4601204
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
JGDPStatisticsController.java
...le/statistcs/biz/controller/JGDPStatisticsController.java
+3
-3
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/JGDPStatisticsController.java
View file @
e31c7b4e
...
@@ -533,14 +533,14 @@ public class JGDPStatisticsController {
...
@@ -533,14 +533,14 @@ public class JGDPStatisticsController {
return
ResponseHelper
.
buildResponse
(
statisticsService
.
getRegistrationRecords
(
page
,
dto
,
cityCode
));
return
ResponseHelper
.
buildResponse
(
statisticsService
.
getRegistrationRecords
(
page
,
dto
,
cityCode
));
}
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"监管大屏-监管下钻列表左侧树"
,
notes
=
"监管大屏-监管下钻列表左侧树"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"监管大屏-监管下钻列表左侧树"
,
notes
=
"监管大屏-监管下钻列表左侧树"
)
@GetMapping
(
value
=
"/getJgBusinessType"
)
@GetMapping
(
value
=
"/getJgBusinessType"
)
public
ResponseModel
<
List
<
Map
<
String
,
Object
>>>
getJgBusinessType
()
{
public
ResponseModel
<
List
<
Map
<
String
,
Object
>>>
getJgBusinessType
()
{
return
ResponseHelper
.
buildResponse
(
statisticsService
.
getJgBusinessType
());
return
ResponseHelper
.
buildResponse
(
statisticsService
.
getJgBusinessType
());
}
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"监管大屏-监管下钻列表"
,
notes
=
"监管大屏-监管下钻列表"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"监管大屏-监管下钻列表"
,
notes
=
"监管大屏-监管下钻列表"
)
@PostMapping
(
value
=
"/getJgBusinessList"
)
@PostMapping
(
value
=
"/getJgBusinessList"
)
public
ResponseModel
<
Page
<
Map
<
String
,
Object
>>>
getJgBusinessList
(
@Validated
@RequestBody
DPFilterParamForDetailDto
dpFilterParamForDetailDto
,
BindingResult
result
,
public
ResponseModel
<
Page
<
Map
<
String
,
Object
>>>
getJgBusinessList
(
@Validated
@RequestBody
DPFilterParamForDetailDto
dpFilterParamForDetailDto
,
BindingResult
result
,
...
@@ -554,7 +554,7 @@ public class JGDPStatisticsController {
...
@@ -554,7 +554,7 @@ public class JGDPStatisticsController {
return
ResponseHelper
.
buildResponse
(
statisticsService
.
getJgBusinessList
(
dpFilterParamForDetailDto
,
page
));
return
ResponseHelper
.
buildResponse
(
statisticsService
.
getJgBusinessList
(
dpFilterParamForDetailDto
,
page
));
}
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
,
needAuth
=
false
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"监管大屏-监管下钻列表具体业务类型"
,
notes
=
"监管大屏-监管下钻列表具体业务类型"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"监管大屏-监管下钻列表具体业务类型"
,
notes
=
"监管大屏-监管下钻列表具体业务类型"
)
@GetMapping
(
value
=
"/getJgBusinessAllType"
)
@GetMapping
(
value
=
"/getJgBusinessAllType"
)
public
ResponseModel
<
List
<
Map
<
String
,
Object
>>>
getJgBusinessAllType
(
@RequestParam
(
value
=
"treeValue"
)
String
treeValue
)
{
public
ResponseModel
<
List
<
Map
<
String
,
Object
>>>
getJgBusinessAllType
(
@RequestParam
(
value
=
"treeValue"
)
String
treeValue
)
{
...
...
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