|
|
@@ -115,6 +115,7 @@ public class BusPatientServiceImpl extends ServiceImpl<BusPatientMapper, BusPati
|
|
|
data.setCreateTime(null);
|
|
|
}
|
|
|
data.setBMI(busPatientEntity.getBmi());
|
|
|
+ data.setNumber_2(1);
|
|
|
//增加异常标识
|
|
|
data.setMarking(busPatientEntity.getExceptionFlag());
|
|
|
Map<String, Object> pump = new HashMap<>();
|
|
|
@@ -124,7 +125,7 @@ public class BusPatientServiceImpl extends ServiceImpl<BusPatientMapper, BusPati
|
|
|
Gson gson = new Gson();
|
|
|
log.info("下发用户信息到上位机内容:{}",gson.toJson(pump) );
|
|
|
//发送到队列
|
|
|
- rabbitTemplate.convertAndSend(ConstastUtils.ROUTING_KEY+busPatientEntity.getHospitalCode(),gson.toJson(pump));
|
|
|
+// rabbitTemplate.convertAndSend(ConstastUtils.ROUTING_KEY+busPatientEntity.getHospitalCode(),gson.toJson(pump));
|
|
|
}
|
|
|
}
|
|
|
|