|
|
@@ -31,7 +31,7 @@ namespace MySystem
|
|
|
{
|
|
|
while (true)
|
|
|
{
|
|
|
- if(DateTime.Now.Hour >= 3 && RedisDbconn.Instance.Get<string>("StatServerStatus") == "1")
|
|
|
+ if(DateTime.Now.Hour >= 0 && RedisDbconn.Instance.Get<string>("StatServerStatus") == "1")
|
|
|
{
|
|
|
StatTradeAmount();
|
|
|
}
|
|
|
@@ -49,7 +49,7 @@ namespace MySystem
|
|
|
try
|
|
|
{
|
|
|
string start = "2024-10-01 00:00:00";
|
|
|
- DataTable idsDt = CustomerSqlConn.dtable("select Id from ConsumerOrders where Id>=2861655 and CreateDate>='" + start + "' and Status>0 and Version=1 order by Id limit 100", connstr);
|
|
|
+ DataTable idsDt = CustomerSqlConn.dtable("select Id from ConsumerOrders where Id>=3145430 and CreateDate>='" + start + "' and Status>0 and Version=1 order by Id limit 100", connstr);
|
|
|
if(idsDt.Rows.Count > 0)
|
|
|
{
|
|
|
string ids = "";
|