瀏覽代碼

恢复补贴、助利宝分润入口

lichunlei 2 年之前
父節點
當前提交
0ca31208d4
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      AppStart/Helper/Profit/ProfitHelper.cs
  2. 1 1
      AppStart/Helper/Profit/ProfitHelperV2.cs

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

@@ -1859,7 +1859,7 @@ namespace MySystem
             }
             }
             db.Dispose();
             db.Dispose();
 
 
-            // HelpProfitHelper.Instance.StatProfitEveryDay(DateTime.Now.AddMonths(-1).ToString("yyyyMM")); //助利宝分润
+            HelpProfitHelper.Instance.StatProfitEveryDay(DateTime.Now.AddMonths(-1).ToString("yyyyMM")); //助利宝分润
             ProfitCheckHelper.Instance.Start();
             ProfitCheckHelper.Instance.Start();
         }
         }
         public List<ProfitResult> StartProftForPosByMonth(int BrandId, int BankCardType, string Month, int PageNum = 1)
         public List<ProfitResult> StartProftForPosByMonth(int BrandId, int BankCardType, string Month, int PageNum = 1)

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

@@ -318,7 +318,7 @@ namespace MySystem
                 function.WriteLog(DateTime.Now.ToString() + "\n" + ex.ToString(), "分润监控异常");
                 function.WriteLog(DateTime.Now.ToString() + "\n" + ex.ToString(), "分润监控异常");
             }
             }
 
 
-            // ProfitHelper.Instance.StatProfit();
+            ProfitHelper.Instance.StatProfit();
         }
         }
         public List<ProfitResult> StartProftForPosByDate(int BrandId, int BankCardType, string Month, int PageNum = 1)
         public List<ProfitResult> StartProftForPosByDate(int BrandId, int BankCardType, string Month, int PageNum = 1)
         {
         {