Browse Source

开店宝调降不发消息

lichunlei 2 years ago
parent
commit
878c4d4b21
1 changed files with 2 additions and 2 deletions
  1. 2 2
      AppStart/Helper/SetDepositService.cs

+ 2 - 2
AppStart/Helper/SetDepositService.cs

@@ -78,7 +78,7 @@ namespace MySystem
                                         merchant.Status = 1;
                                         merchant.SeoKeyword = DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss");
                                     }
-                                    else if(Kind == 2)
+                                    else if(Kind == 2 && pos.BrandId != 2)
                                     {
                                         pos.DownFeeFlag = 1;
                                         pos.DownFeeMan = OpMan;
@@ -89,7 +89,7 @@ namespace MySystem
                                     }
                                     db.SaveChanges();
                                     pos.QueryCount = Kind;
-                                    if(Kind > 1) //只有调降发消息
+                                    if(Kind > 1 && pos.BrandId != 2) //只有调降发消息
                                     {
                                         if(userPosList.ContainsKey(pos.BuyUserId))
                                         {