Commit 86437443 authored by 单奇雲's avatar 单奇雲

bug

parent a2bb8eef
......@@ -69,7 +69,6 @@ public class FireSourceController extends BaseController {
@ApiOperation(httpMethod = "GET", value = "查询单个消防装备", notes = "查询单个消防装备")
@RequestMapping(value = "/{id}", produces = "application/json;charset=UTF-8", method = RequestMethod.GET)
public CommonResponse query(@PathVariable Long id) {
FireEquipment queryOne = iFireEquipService.queryOne(id);
return CommonResponseUtil.success(iFireEquipService.queryOne(id));
}
......
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