|
@@ -1758,7 +1758,7 @@ namespace MySystem
|
|
|
{
|
|
|
function.WriteLog(DateTime.Now.ToString(), "扫描交易记录中的流量费");
|
|
|
SpModels.WebCMSEntities spdb = new SpModels.WebCMSEntities();
|
|
|
- DateTime start = DateTime.Now.AddDays(-20);
|
|
|
+ DateTime start = DateTime.Now.AddDays(-120);
|
|
|
int StartId = int.Parse(function.CheckInt(function.ReadInstance("/SycnSp/TradeRecordId.txt")));
|
|
|
List<string> BrandIds = new List<string>();
|
|
|
BrandIds.Add("1");
|
|
@@ -1825,7 +1825,7 @@ namespace MySystem
|
|
|
spdb.Dispose();
|
|
|
function.WriteLog(DateTime.Now.ToString() + "\n", "扫描交易记录中的流量费");
|
|
|
|
|
|
- doFluxRecord();
|
|
|
+ // doFluxRecord();
|
|
|
}
|
|
|
|
|
|
|