|
@ -1931,7 +1931,7 @@ public class PatientDeviceService extends BaseJpaService<DevicePatientDevice, Pa
|
|
|
patientSafeAreaConfirm.setManageStatus(0);
|
|
|
for (Map<String,Object> tmp:relatives){
|
|
|
messageUtil.saveSystemMessage("",patient,"监护确认","44",doctorDO.getId(),doctorDO.getName(),tmp.get("id").toString(),
|
|
|
tmp.get("name").toString(),null,null,"0" );
|
|
|
tmp.get("name").toString(),null,"0","0" );
|
|
|
}
|
|
|
}else {//无家属 直接确认
|
|
|
patientSafeAreaConfirm.setManageStatus(1);
|