Commit 67c93692 by zhangkb

修改接口返回状态

parent fbeb5828
......@@ -31,6 +31,7 @@ public class IndCatalogCtrl {
private DriveIndCatalogService driveIndCatalogService;
@ApiOperation(value = "新建基础指标目录", notes = "新建基础指标目录")
@ResponseStatus(value = HttpStatus.INTERNAL_SERVER_ERROR)
@PostMapping(value = "/createBaseIndCatalog")
public Integer createBaseIndCatalog(@RequestBody IndCatalog indCatalog) throws Exception{
String message = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment