|
|
@@ -77,7 +77,7 @@ public class BizDeviceController extends BaseController {
|
|
|
|
|
|
@ApiOperationSupport(author = "lf", order = 6)
|
|
|
@ApiOperation(value = "绑定手术信息", notes = "权限: 无")
|
|
|
- @PostMapping("/bindClinic}")
|
|
|
+ @PostMapping("/bindClinic")
|
|
|
public CommonResult<Boolean> bindClinic(@RequestBody@Validated BizDeviceBindClinicDTO source) {
|
|
|
return CommonResult.success(bizDeviceService.bindClinic(source));
|
|
|
}
|