浏览代码

停队列 QUEUE_KXS_ACT_DIVISION QUEUE_LKB_ACT_DIVISION

lcl 10 月之前
父节点
当前提交
bd6fba98e3
共有 2 个文件被更改,包括 3 次插入3 次删除
  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)
                     {