Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
indicators
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
zhangkb
indicators
Commits
1a4f68d5
Commit
1a4f68d5
authored
Aug 03, 2020
by
zhangkb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
尝试修改后台返回前台错误类型
parent
afe81e25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
IndCatalogCtrl.java
...om/keymobile/indicators/api/hytobacco/IndCatalogCtrl.java
+1
-2
No files found.
src/main/java/com/keymobile/indicators/api/hytobacco/IndCatalogCtrl.java
View file @
1a4f68d5
...
...
@@ -23,6 +23,7 @@ import io.swagger.annotations.ApiOperation;
@Api
(
tags
={
"规则管理-指标目录定义接口"
})
@RestController
@ResponseStatus
(
value
=
HttpStatus
.
INTERNAL_SERVER_ERROR
)
@RequestMapping
(
value
=
"/indCatalog"
)
public
class
IndCatalogCtrl
{
@Autowired
...
...
@@ -30,7 +31,6 @@ public class IndCatalogCtrl {
@Autowired
private
DriveIndCatalogService
driveIndCatalogService
;
@ResponseStatus
(
value
=
HttpStatus
.
INTERNAL_SERVER_ERROR
)
@ApiOperation
(
value
=
"新建基础指标目录"
,
notes
=
"新建基础指标目录"
)
@PostMapping
(
value
=
"/createBaseIndCatalog"
)
public
Integer
createBaseIndCatalog
(
@RequestBody
IndCatalog
indCatalog
)
throws
Exception
{
...
...
@@ -85,7 +85,6 @@ public class IndCatalogCtrl {
}
//考核指标目录
@ResponseStatus
(
value
=
HttpStatus
.
INTERNAL_SERVER_ERROR
)
@ApiOperation
(
value
=
"新建考核指标目录"
,
notes
=
"新建考核指标目录"
)
@PostMapping
(
value
=
"/createDriveIndCatalog"
)
public
Integer
createDriveIndCatalog
(
@RequestBody
DriveIndCatalog
driveIndCatalog
)
throws
Exception
{
...
...
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