|
|
@@ -118,7 +118,7 @@ namespace MySystem
|
|
|
}
|
|
|
amountStat.TradeAmount += TradeAmount + MoreAmount;
|
|
|
|
|
|
- // StatTradeAmountEverDayForUser(db, merIds.UserId, TradeAmount + MoreAmount, TradeDate);
|
|
|
+ StatTradeAmountEverDayForUser(db, merIds.UserId, TradeAmount + MoreAmount, TradeDate);
|
|
|
}
|
|
|
}
|
|
|
OtherMySqlConn.op("update TradeRecord set QueryCount=3 where Id in (" + ids.TrimEnd(',') + ")");
|
|
|
@@ -168,7 +168,7 @@ namespace MySystem
|
|
|
{
|
|
|
startId = "414382";
|
|
|
}
|
|
|
- DataTable selfDt = CustomerSqlConn.dtable("select * from HelpProfitMerTradeSummay where Id>" + startId + " and Id<=487100 and Status=0 order by Id limit 100", AppConfig.Base.SqlConn);
|
|
|
+ DataTable selfDt = CustomerSqlConn.dtable("select * from HelpProfitMerTradeSummay where Id>" + startId + " and Id<=488029 and Status=0 order by Id limit 100", AppConfig.Base.SqlConn);
|
|
|
if (selfDt.Rows.Count > 0)
|
|
|
{
|
|
|
function.WriteLog("统计人数:" + selfDt.Rows.Count + "\n\n", "补助利宝创客交易额日志");
|