Quellcode durchsuchen

分润到海科

lichunlei vor 3 Jahren
Ursprung
Commit
82ad9a9c96

+ 1 - 1
AppStart/Helper/Profit/ProfitHelper.cs

@@ -1772,7 +1772,7 @@ namespace MySystem
             }
             function.WritePage("/ProfitStat/", Month + ".txt", DateTime.Now.ToString());
             WebCMSEntities db = new WebCMSEntities();
-            for (int i = 1; i <= 7; i++) //品牌
+            for (int i = 1; i <= 9; i++) //品牌
             {
                 for (int j = 0; j <= 1; j++) //卡类型
                 {

+ 1 - 1
AppStart/Helper/Profit/ProfitHelperV2.cs

@@ -56,7 +56,7 @@ namespace MySystem
             }
             function.WritePage("/ProfitStat/", Date + ".txt", DateTime.Now.ToString());
             WebCMSEntities db = new WebCMSEntities();
-            for (int i = 1; i <= 7; i++) //品牌
+            for (int i = 1; i <= 9; i++) //品牌
             {
                 for (int j = 0; j <= 1; j++) //卡类型
                 {