进行更改数据
parent
44f1462b7c
commit
a3db52402e
|
@ -59,7 +59,7 @@ public class VehiclelaunchServiceimpl implements VehiclelaunchService {
|
||||||
|
|
||||||
String fate = "fate" + vehicleConnectionReq.getVehicleVin().substring(3,7) + vehicleConnectionReq.getNonce();
|
String fate = "fate" + vehicleConnectionReq.getVehicleVin().substring(3,7) + vehicleConnectionReq.getNonce();
|
||||||
|
|
||||||
rabbitTemplate.convertAndSend(STREAM_QUEUE, JSON.toJSONString(fate));
|
rabbitTemplate.convertAndSend(STREAM_QUEUE, FATE);
|
||||||
log.info("发送消息成功");
|
log.info("发送消息成功");
|
||||||
return "fate";
|
return "fate";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue