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