Browse Source

记录盟主方法,大盟主时间改为9个月

lichunlei 1 year ago
parent
commit
5efee55ffe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/AlipayPayBack2Service.cs

+ 1 - 1
AppStart/Helper/AlipayPayBack2Service.cs

@@ -1348,7 +1348,7 @@ namespace MySystem
 
         public void AddLeader(WebCMSEntities db, int UserId, int LeaderLevel)
         {
-            int Month = LeaderLevel == 1 ? 6 : 12;
+            int Month = LeaderLevel == 1 ? 6 : 9;
             Leaders leader = db.Leaders.FirstOrDefault(m => m.Id == UserId);
             if(leader == null)
             {