|
|
@@ -131,7 +131,7 @@ public class BusPatientController implements BaseQueryController<BusPatientEnti
|
|
|
}
|
|
|
|
|
|
@PostMapping("/do/{monitorType}/finished")
|
|
|
- @SaCheckPermission("bus:patient:finished:*")
|
|
|
+ @SaCheckPermission("patient:finished:*")
|
|
|
@ApiResponse(code = 4001,message = "病号当前绑定了多个设备,不可结束管理")
|
|
|
@ApiOperation(value = "结束管理",notes = "病患当前绑定主设备必须要在关机、不在服务器、待机中才能结束管理,权限【bus:patient:finished:*】")
|
|
|
public R<Boolean> finished(@PathVariable("monitorType")@ApiParam(value = "是否为无泵管理 false、无泵 true、有泵",defaultValue = "false" ) boolean haveDevice,
|