|
@@ -124,6 +124,9 @@ public class ClusterDeviceOperator implements DeviceOperator {
|
|
|
BusHospitalEntity hospital = getHospital(hospitalCode);
|
|
BusHospitalEntity hospital = getHospital(hospitalCode);
|
|
|
if(hospital==null){
|
|
if(hospital==null){
|
|
|
hospital=getHospital("AAAA");
|
|
hospital=getHospital("AAAA");
|
|
|
|
|
+ if(hospital==null){
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
BusDeviceEntity device = getDevice();
|
|
BusDeviceEntity device = getDevice();
|
|
|
if(device==null||StrUtil.isBlank(device.getId())){
|
|
if(device==null||StrUtil.isBlank(device.getId())){
|