@@ -125,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));
}