|
|
@@ -21,6 +21,7 @@ public class BaiLianPluginsController {
|
|
|
@ApiOperationSupport(author = "lf", order = 1)
|
|
|
@ApiOperation(value = "查询泵的输注信息", notes = "权限: 无")
|
|
|
@PostMapping("deviceInfo")
|
|
|
+ @TenantIgnore
|
|
|
public CommonResult<DoctorClinicRoomVO> queryDeviceInfo(@RequestHeader("clinicId") String clinicId){
|
|
|
return CommonResult.success(clinicRoomService.selectAppBizClinicRoomById(clinicId));
|
|
|
}
|