TASK:模块化;

This commit is contained in:
shahaibo
2025-04-21 23:40:30 +08:00
parent eacceb4b76
commit 9b1881349f

View File

@@ -506,9 +506,9 @@ public class GenerateConsumer {
processToProductImageBatchResult(msg, channel); processToProductImageBatchResult(msg, channel);
} }
@RabbitListener(queues = "#{rabbitMQProperties.queues.relightBatch}") // @RabbitListener(queues = "#{rabbitMQProperties.queues.relightBatch}")
@RabbitHandler // @RabbitHandler
public void getRelightBatchResult(Message msg, Channel channel) { // public void getRelightBatchResult(Message msg, Channel channel) {
processRelightBatchResult(msg, channel); // processRelightBatchResult(msg, channel);
} // }
} }