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