|
|
@@ -138,7 +138,7 @@ namespace MySystem
|
|
|
RabbitMQClient.Instance.StartReceive("QUEUE_KXS_TO_LKB_USER_INFO_DIVISION");
|
|
|
RabbitMQClient.Instance.CreateConn2("QUEUE_LKB_TRADE_DIVISION");
|
|
|
RabbitMQClient.Instance.CreateConn3("QUEUE_KXS_ACT_DIVISION");
|
|
|
- // RabbitMQClient.Instance.CreatePrizeConn("QUEUE_KXS_HAODA_PRIZE_CONFIG_DIVISION");
|
|
|
+ RabbitMQClient.Instance.CreatePrizeConn("QUEUE_KXS_HAODA_PRIZE_CONFIG_DIVISION");
|
|
|
RabbitMQPrize.Instance.CreateConn();
|
|
|
MpOrderService.Instance.Start();
|
|
|
MpMerchantActService.Instance.Start();
|
|
|
@@ -146,7 +146,7 @@ namespace MySystem
|
|
|
KxsActService.Instance.Start();
|
|
|
KxsActService.Instance.StartMp();
|
|
|
PrizeSendService.Instance.Start();
|
|
|
- // SendPrizeDataService.Instance.Start();
|
|
|
+ SendPrizeDataService.Instance.Start();
|
|
|
}
|
|
|
}
|
|
|
}
|