进行更改数据

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

View File

@ -61,6 +61,6 @@ public class VehiclelaunchServiceimpl implements VehiclelaunchService {
rabbitTemplate.convertAndSend(STREAM_QUEUE, JSON.toJSONString(fate));
log.info("发送消息成功");
return fate;
return "fate";
}
}