Commit f1d62639 authored by 刘林's avatar 刘林

fix(cylinder):代码报错处理

parent 6cb7fb76
......@@ -108,11 +108,9 @@ public class CylinderQuestionInfoController extends BaseController {
@TycloudOperation(ApiLevel = UserType.AGENCY)
@PutMapping(value = "/init")
@ApiOperation(httpMethod = "问题数据初始化", value = "问题数据初始化", notes = "问题数据初始化,运维专用")
@ApiOperation(httpMethod = "PUT", value = "问题数据初始化", notes = "问题数据初始化,运维专用")
public ResponseModel<String> initData() {
cylinderQuestionInfoServiceImpl.initData();
return ResponseHelper.buildResponse("succese");
return ResponseHelper.buildResponse("success");
}
}
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