Procházet zdrojové kódy

推荐王逻辑修改,重跑

lcl před 4 měsíci
rodič
revize
9f282babf5
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6 1
      AppStart/Helper/RecommandKingHelper.cs

+ 6 - 1
AppStart/Helper/RecommandKingHelper.cs

@@ -285,7 +285,12 @@ namespace MySystem
             int num = 0;
             foreach(RecommandKingItem user in users)
             {
-                if(!Historys.Contains(user.UserId))
+                bool op = true;
+                if(Kind == 1)
+                {
+                    op = !Historys.Contains(user.UserId);
+                }
+                if(op)
                 {
                     num += 1;
                     RecommendDirectUser item = db.RecommendDirectUser.FirstOrDefault(m => m.UserId == user.UserId && m.TradeMonth == TradeMonth && m.Kind == Kind);