lcl 1 долоо хоног өмнө
parent
commit
63a175f0fe

+ 5 - 5
AppStart/Helper/RecommandKingHelper.cs

@@ -289,7 +289,7 @@ namespace MySystem
                 foreach(RecommandKingItem sub in subs)
                 {
                     function.WriteLog("kind:" + Kind + "--" + sub.UserId + ":" + sub.ActCount, "推荐王日志");
-                    if(sub.ActCount < CheckCount && sub.UserLevel < 5 && !Historys.Contains(sub.UserId))
+                    if(sub.ActCount < CheckCount && sub.UserLevel < 5)// && !Historys.Contains(sub.UserId))
                     {
                         ActCount += sub.ActCount;
                         if(sub.Op) ActCount += 1;
@@ -303,10 +303,10 @@ namespace MySystem
             foreach(RecommandKingItem user in users)
             {
                 bool op = true;
-                if(Kind == 1)
-                {
-                    op = !Historys.Contains(user.UserId);
-                }
+                // if(Kind == 1)
+                // {
+                //     op = !Historys.Contains(user.UserId);
+                // }
                 if(op)
                 {
                     num += 1;