Explorar el Código

分润添加联动

lichunlei hace 2 años
padre
commit
3ceab9325e

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

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

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

@@ -60,7 +60,7 @@ namespace MySystem
             try
             {
                 WebCMSEntities db = new WebCMSEntities();
-                for (int i = 1; i <= 9; i++) //品牌
+                for (int i = 1; i <= 11; i++) //品牌
                 {
                     for (int j = 0; j <= 1; j++) //卡类型
                     {