|
@@ -1177,6 +1177,10 @@ namespace MySystem
|
|
|
// th.Start(check.ToString("yyyy-MM-dd"));
|
|
|
// check = check.AddDays(1);
|
|
|
// }
|
|
|
+ if(DateTime.Now.Day == 2)
|
|
|
+ {
|
|
|
+ OtherMySqlConn.op("update Users set ThisMonthTrade=0 where ThisMonthTrade>0");
|
|
|
+ }
|
|
|
Thread th = new Thread(StatTradeAmountEverDay);
|
|
|
th.IsBackground = true;
|
|
|
th.Start(date);
|