Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-data-cloud
Overview
Overview
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
base_platform_enterprise
gic-data-cloud
Commits
2503496b
Commit
2503496b
authored
Jul 28, 2020
by
zhiwj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
指标说明
parent
15c0694c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
IndexDescController.java
...ava/com/gic/cloud/web/controller/IndexDescController.java
+0
-2
No files found.
gic-data-cloud-wxapp/src/main/java/com/gic/cloud/web/controller/IndexDescController.java
View file @
2503496b
...
@@ -6,7 +6,6 @@ import com.gic.cloud.dto.IndexDescDTO;
...
@@ -6,7 +6,6 @@ import com.gic.cloud.dto.IndexDescDTO;
import
com.gic.cloud.service.DataExplainApiService
;
import
com.gic.cloud.service.DataExplainApiService
;
import
com.gic.cloud.service.IndexDescApiService
;
import
com.gic.cloud.service.IndexDescApiService
;
import
com.gic.commons.webapi.reponse.RestResponse
;
import
com.gic.commons.webapi.reponse.RestResponse
;
import
com.gic.enterprise.ano.IgnoreLogin
;
import
com.gic.enterprise.utils.ResultControllerUtils
;
import
com.gic.enterprise.utils.ResultControllerUtils
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.web.bind.annotation.RequestMapping
;
import
org.springframework.web.bind.annotation.RequestMapping
;
...
@@ -65,7 +64,6 @@ public class IndexDescController {
...
@@ -65,7 +64,6 @@ public class IndexDescController {
}
}
@RequestMapping
(
"/get-data-explain"
)
@RequestMapping
(
"/get-data-explain"
)
@IgnoreLogin
public
RestResponse
getDataExplain
(
String
moduleId
)
{
public
RestResponse
getDataExplain
(
String
moduleId
)
{
ServiceResponse
<
List
<
DataExplainDTO
>>
serviceResponse
=
dataExplainApiService
.
listByModule
(
moduleId
);
ServiceResponse
<
List
<
DataExplainDTO
>>
serviceResponse
=
dataExplainApiService
.
listByModule
(
moduleId
);
return
ResultControllerUtils
.
commonResult
(
serviceResponse
);
return
ResultControllerUtils
.
commonResult
(
serviceResponse
);
...
...
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