|
@@ -120,7 +120,7 @@ public class DeviceInfoListener implements IIotMsgHandler {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
//测试数据不进行病人数据的计算
|
|
//测试数据不进行病人数据的计算
|
|
|
- if(Boolean.FALSE.equals(infusionHistory.getTest())){
|
|
|
|
|
|
|
+ if(!Boolean.TRUE.equals(infusionHistory.getTest())){
|
|
|
//格式化病号
|
|
//格式化病号
|
|
|
formatPatientCode(device);
|
|
formatPatientCode(device);
|
|
|
if(log.isDebugEnabled()){
|
|
if(log.isDebugEnabled()){
|