|
|
@@ -104,13 +104,9 @@ public class DeviceInfoListener implements IIotMsgHandler {
|
|
|
deviceOperator.refreshHospitalCode(device.getUserId());
|
|
|
device.setTenantId(deviceOperator.getTenantId());
|
|
|
deviceCustomizedService.customized(device);
|
|
|
-
|
|
|
-
|
|
|
init(device);
|
|
|
-
|
|
|
//缓存操作
|
|
|
List<Supplier<?>> cacheOperation=new ArrayList<>();
|
|
|
-
|
|
|
//处理输注参数
|
|
|
BusInfusionHistoryEntity infusionHistory = handleInfusionHistory(device, deviceOperator, cacheOperation);
|
|
|
|