Browse Source

屏蔽365押金缴纳推送MQ数据

lcl 8 months ago
parent
commit
babbabcb69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Util/HaoDa/ActiveRewardService.cs

+ 1 - 1
Util/HaoDa/ActiveRewardService.cs

@@ -53,7 +53,7 @@ namespace MySystem
                 {
                     edit.Status = 2;
                     db.SaveChanges();
-                    Utils.Instance.SendActData(db.MerchantInfo.FirstOrDefault(m => m.Id == edit.MerchantId) ?? new MerchantInfo(), 4);
+                    // Utils.Instance.SendActData(db.MerchantInfo.FirstOrDefault(m => m.Id == edit.MerchantId) ?? new MerchantInfo(), 4);
                 }
             }
             db.Dispose();