|
@@ -35,7 +35,7 @@ namespace MySystem
|
|
|
{
|
|
{
|
|
|
StatTradeAmount();
|
|
StatTradeAmount();
|
|
|
}
|
|
}
|
|
|
- Thread.Sleep(1000);
|
|
|
|
|
|
|
+ Thread.Sleep(300);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
public void StatTradeAmount()
|
|
public void StatTradeAmount()
|
|
@@ -49,7 +49,7 @@ namespace MySystem
|
|
|
try
|
|
try
|
|
|
{
|
|
{
|
|
|
string start = "2024-10-01 00:00:00";
|
|
string start = "2024-10-01 00:00:00";
|
|
|
- DataTable idsDt = CustomerSqlConn.dtable("select Id from ConsumerOrders where Id>=501376 and CreateDate>='" + start + "' and Status>0 and Version=1 order by Id limit 50", connstr);
|
|
|
|
|
|
|
+ DataTable idsDt = CustomerSqlConn.dtable("select Id from ConsumerOrders where Id>=1172819 and CreateDate>='" + start + "' and Status>0 and Version=1 order by Id limit 50", connstr);
|
|
|
if(idsDt.Rows.Count > 0)
|
|
if(idsDt.Rows.Count > 0)
|
|
|
{
|
|
{
|
|
|
string ids = "";
|
|
string ids = "";
|