|
@@ -318,7 +318,7 @@ namespace MySystem
|
|
|
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)
|
|
|
{
|