|
@@ -150,7 +150,7 @@ namespace MySystem
|
|
|
{
|
|
{
|
|
|
while (true)
|
|
while (true)
|
|
|
{
|
|
{
|
|
|
- if (RedisDbconn.Instance.Get<string>("StatServerStatus") == "1" && DateTime.Now.Hour >= 3)
|
|
|
|
|
|
|
+ if (RedisDbconn.Instance.Get<string>("StatServerStatus") == "1")
|
|
|
{
|
|
{
|
|
|
AddUserHelpProfitGo();
|
|
AddUserHelpProfitGo();
|
|
|
}
|
|
}
|
|
@@ -168,7 +168,7 @@ namespace MySystem
|
|
|
{
|
|
{
|
|
|
startId = "414382";
|
|
startId = "414382";
|
|
|
}
|
|
}
|
|
|
- DataTable selfDt = CustomerSqlConn.dtable("select * from HelpProfitMerTradeSummay where Id>" + startId + " and Id<465766 and Status=0 order by Id limit 100", AppConfig.Base.SqlConn);
|
|
|
|
|
|
|
+ DataTable selfDt = CustomerSqlConn.dtable("select * from HelpProfitMerTradeSummay where Id>" + startId + " and Id<=487100 and Status=0 order by Id limit 100", AppConfig.Base.SqlConn);
|
|
|
if (selfDt.Rows.Count > 0)
|
|
if (selfDt.Rows.Count > 0)
|
|
|
{
|
|
{
|
|
|
function.WriteLog("统计人数:" + selfDt.Rows.Count + "\n\n", "补助利宝创客交易额日志");
|
|
function.WriteLog("统计人数:" + selfDt.Rows.Count + "\n\n", "补助利宝创客交易额日志");
|