|
@@ -31,7 +31,7 @@ namespace MySystem
|
|
|
{
|
|
{
|
|
|
while (true)
|
|
while (true)
|
|
|
{
|
|
{
|
|
|
- if(DateTime.Now.Hour == 1)
|
|
|
|
|
|
|
+ if(DateTime.Now.Hour == 0)
|
|
|
{
|
|
{
|
|
|
string date = DateTime.Now.AddDays(-1).ToString("yyyy-MM-dd");
|
|
string date = DateTime.Now.AddDays(-1).ToString("yyyy-MM-dd");
|
|
|
string check = function.ReadInstance("/StatTradeCheck2Queue/" + date + ".txt");
|
|
string check = function.ReadInstance("/StatTradeCheck2Queue/" + date + ".txt");
|