Commit 62e5ec6f by guotao

停用仓储费队列,转移到新服务

parent 161ed523
...@@ -35,9 +35,9 @@ namespace AutoTurnOver.RabbitMqService ...@@ -35,9 +35,9 @@ namespace AutoTurnOver.RabbitMqService
} }
if ("amazon_storage_fee".Equals(environmentName)) if ("amazon_storage_fee".Equals(environmentName))
{ {
services.AddHostedService<AnaFbaStorageFeeRabbitBackgroundService>(); //services.AddHostedService<AnaFbaStorageFeeRabbitBackgroundService>();
services.AddHostedService<AnaFbaInventoryStorageFeeRabbitBackgroundService>(); //services.AddHostedService<AnaFbaInventoryStorageFeeRabbitBackgroundService>();
services.AddHostedService<AnaFbaOverageStorageFeeRabbitBackgroundService>(); //services.AddHostedService<AnaFbaOverageStorageFeeRabbitBackgroundService>();
services.AddHostedService<SynchroFinancialEventGroupsRabbitBackgroundService>(); services.AddHostedService<SynchroFinancialEventGroupsRabbitBackgroundService>();
//services.AddHostedService<AnaFbaInventoryRabbitBackgroundService>(); //services.AddHostedService<AnaFbaInventoryRabbitBackgroundService>();
//services.AddHostedService<AnaFbaInventoryCountryRabbitBackgroundService>(); //services.AddHostedService<AnaFbaInventoryCountryRabbitBackgroundService>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment