Commit c23fe3b0 authored by zhangyingbin's avatar zhangyingbin

修改管材资源接口

parent a9f0d769
......@@ -211,10 +211,10 @@ public class ProjectResourceController extends BaseController {
@TycloudOperation(ApiLevel = UserType.AGENCY,needAuth = false)
@ApiOperation(httpMethod = "POST",value = "绑定项目所用到的设备管材", notes = "绑定项目所用到的设备管材")
@PostMapping(value = "/saveId")
public ResponseModel<ResponseModel> saveId(@RequestBody JSONObject jsonObject) throws Exception {
public ResponseModel saveId(@RequestBody JSONObject jsonObject) throws Exception {
ResponseModel responseModel = projectResourceServiceImpl.saveIds(jsonObject);
return ResponseHelper.buildResponse(responseModel);
return responseModel;
}
......
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