Browse Source

停队列 QUEUE_KXS_ACT_DIVISION QUEUE_LKB_ACT_DIVISION

lcl 10 months ago
parent
commit
bd6fba98e3
2 changed files with 3 additions and 3 deletions
  1. 2 2
      AppStart/Service/KxsActService.cs
  2. 1 1
      AppStart/Service/MpMerchantActService.cs

+ 2 - 2
AppStart/Service/KxsActService.cs

@@ -30,7 +30,7 @@ namespace MySystem
                 {
                     try
                     {
-                        RabbitMQClient.Instance.SendMsg3(content, "QUEUE_KXS_ACT_DIVISION");
+                        // RabbitMQClient.Instance.SendMsg3(content, "QUEUE_KXS_ACT_DIVISION");
                     }
                     catch (Exception ex)
                     {                        
@@ -61,7 +61,7 @@ namespace MySystem
                 {
                     try
                     {
-                        RabbitMQClient.Instance.SendMsg3(content, "QUEUE_KXS_ACT_DIVISION");
+                        // RabbitMQClient.Instance.SendMsg3(content, "QUEUE_KXS_ACT_DIVISION");
                     }
                     catch (Exception ex)
                     {                        

+ 1 - 1
AppStart/Service/MpMerchantActService.cs

@@ -30,7 +30,7 @@ namespace MySystem
                 {
                     try
                     {
-                        RabbitMQClient.Instance.SendMsg2(content, "QUEUE_LKB_ACT_DIVISION");
+                        // RabbitMQClient.Instance.SendMsg2(content, "QUEUE_LKB_ACT_DIVISION");
                     }
                     catch (Exception ex)
                     {