|
@@ -39,8 +39,9 @@ namespace MySystem
|
|
|
string checkFlag = function.ReadInstance("/RecommandKing/" + today + ".txt");
|
|
|
if(!string.IsNullOrEmpty(checkFlag))
|
|
|
{
|
|
|
- function.WritePage("/RecommandKing/", today + ".txt", DateTime.Now.ToString());
|
|
|
+ return;
|
|
|
}
|
|
|
+ function.WritePage("/RecommandKing/", today + ".txt", DateTime.Now.ToString());
|
|
|
List<int> Historys = new List<int>();
|
|
|
Historys.Add(565);
|
|
|
Historys.Add(139473);
|