Ver código fonte

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

lcl 8 meses atrás
pai
commit
babbabcb69
1 arquivos alterados com 1 adições e 1 exclusões
  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();