进行更改数据

master
sikadi 2023-12-03 09:46:03 +08:00
parent 44f1462b7c
commit a3db52402e
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}