wangzl 3 месяцев назад
Родитель
Сommit
53d84d44b6

+ 1 - 1
tr-modules/tr-module-smartFollowUp/src/main/java/cn/tr/module/smart/web/controller/BizDeviceController.java

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