Browse Source

调升费率也要发个人消息

lcl 9 months ago
parent
commit
70d9d36f13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/SetDepositService.cs

+ 1 - 1
AppStart/Helper/SetDepositService.cs

@@ -107,7 +107,7 @@ namespace MySystem
                                     }
                                     db.SaveChanges();
                                     pos.QueryCount = Kind;
-                                    if(Kind > 1) //只有调降发消息
+                                    if(Kind > 0) //只有调降发消息
                                     {
                                         if(userPosList.ContainsKey(pos.BuyUserId))
                                         {