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