|
@@ -42,7 +42,7 @@ public class fbxToObjController {
|
|
public Result dataGetHandler(@PathVariable String resData) {
|
|
public Result dataGetHandler(@PathVariable String resData) {
|
|
System.out.println(resData);
|
|
System.out.println(resData);
|
|
fbxToObjController.log.info("数据处理任务接收:{}", resData);
|
|
fbxToObjController.log.info("数据处理任务接收:{}", resData);
|
|
- rabbitTemplate.convertAndSend(TopicRabbitConfig.TOPICE, TopicRabbitConfig.MODEL_BIZ, resData);
|
|
|
|
|
|
+ rabbitTemplate.convertAndSend(TopicRabbitConfig.TOPICE, TopicRabbitConfig.MODEL_BIZ, resData.replace("-", ":;"));
|
|
return Result.success("发送队列成功");
|
|
return Result.success("发送队列成功");
|
|
}
|
|
}
|
|
}
|
|
}
|