Browse Source

流量分佣需要有押金

lichunlei 3 years ago
parent
commit
133a200dff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/StatService.cs

+ 1 - 1
AppStart/Helper/StatService.cs

@@ -987,7 +987,7 @@ namespace MySystem
                         if(merchant != null)
                         {
                             bool checkExist = db.FluxProfitDetail.Any(m => m.MerNo == merchant.KqMerNo);
-                            if (!checkExist)
+                            if (!checkExist && decimal.Parse(function.CheckNum(pos.SeoKeyword)) > 0)
                             {
                                 Users user = db.Users.FirstOrDefault(m => m.Id == pos.BuyUserId) ?? new Users();
                                 int GetUserId = user.Id;