Browse Source

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

lcl 9 months ago
parent
commit
fd6d1e51d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/ActiveRewardService.cs

+ 1 - 1
AppStart/Helper/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();