进行更改数据
parent
633782d964
commit
44f1462b7c
|
@ -61,6 +61,6 @@ public class VehiclelaunchServiceimpl implements VehiclelaunchService {
|
||||||
|
|
||||||
rabbitTemplate.convertAndSend(STREAM_QUEUE, JSON.toJSONString(fate));
|
rabbitTemplate.convertAndSend(STREAM_QUEUE, JSON.toJSONString(fate));
|
||||||
log.info("发送消息成功");
|
log.info("发送消息成功");
|
||||||
return fate;
|
return "fate";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue