From 480c0834c2dc57721022cc9b06d527a3e7cad09b Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 18 七月 2025 13:09:55 +0800
Subject: [PATCH] gx百度sdk适配
---
src/samples/sockteStomp.ts | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/samples/sockteStomp.ts b/src/samples/sockteStomp.ts
index 5f6a3f9..e1fcc92 100644
--- a/src/samples/sockteStomp.ts
+++ b/src/samples/sockteStomp.ts
@@ -84,6 +84,7 @@
id:resultInfo.patientInfo===null?0:resultInfo.patientInfo.id,
code:resultInfo.patientInfo===null?'':resultInfo.patientInfo.code,
name:resultInfo.patientInfo===null?'':resultInfo.patientInfo.patientName,
+ patientNamePyFull:resultInfo.patientInfo===null?'':resultInfo.patientInfo.patientNamePyFull,
patientAvatarIcon:resultInfo.patientInfo===null?'':resultInfo.patientInfo.patientAvatarIcon,
deviceCode:resultInfo.deviceCode===null?"":resultInfo.deviceCode,
patientGender:resultInfo.patientInfo.patientGender,
@@ -94,6 +95,7 @@
isScheduled:resultInfo.isScheduled,
isAfterMed:resultInfo.isAfterMed,
deviceNo:resultInfo.deviceNo,
+ 设备分区名称:resultInfo.设备分区名称,
preWeight:resultInfo.preWeight,
// s上次体重
lastTimeAfterWeight:resultInfo.lastTimeAfterWeight,
--
Gitblit v1.8.0