|
@ -125,7 +125,7 @@ public class WlyyPatientDeviceController extends BaseController {
|
|
|
if (wlyyPatientDevice!=null){
|
|
|
deviceSn = wlyyPatientDevice.getDeviceSn();
|
|
|
}
|
|
|
//全部解绑后去判断就更新设备表中是否绑定字段
|
|
|
//全部解绑后去判断就更新设备表中是否绑定字段.
|
|
|
wlyyDeviceService.unBindUpdateIsBinding(deviceSn);
|
|
|
wlyyPatientDeviceLogService.savePatientDeviceLog(wlyyPatientDevice,deviceSn,3,2);
|
|
|
return write(200,"操作成功");
|