|
|
@@ -50,6 +50,9 @@ public class DataUtils {
|
|
|
// 设置 长包 接收数据
|
|
|
public static String getLongContent(String content,Map<String, Object> propertiesMap ,Map<String, Object> eventsMap){
|
|
|
// 泵号 [2-9]字节
|
|
|
+ String dataNum = getContent(content,0,4);
|
|
|
+ propertiesMap.put("dataNum",dataNum);
|
|
|
+
|
|
|
String pumpCode = getContent(content,4,20);
|
|
|
propertiesMap.put("pumpCode",pumpCode);
|
|
|
// 住院号
|