|
|
@@ -53,18 +53,18 @@ namespace MySystem
|
|
|
|
|
|
public void ListenTest()//启动
|
|
|
{
|
|
|
- string check = function.ReadInstance("/LeaderComp/Repeat/202502.txt");
|
|
|
+ string check = function.ReadInstance("/LeaderComp/Repeat/202505.txt");
|
|
|
if (string.IsNullOrEmpty(check))
|
|
|
{
|
|
|
- function.WritePage("/LeaderComp/Repeat/", "202502.txt", DateTime.Now.ToString());
|
|
|
- Ready("202502");
|
|
|
- }
|
|
|
- check = function.ReadInstance("/LeaderComp/Repeat/202503.txt");
|
|
|
- if (string.IsNullOrEmpty(check))
|
|
|
- {
|
|
|
- function.WritePage("/LeaderComp/Repeat/", "202503.txt", DateTime.Now.ToString());
|
|
|
- Ready("202503");
|
|
|
+ function.WritePage("/LeaderComp/Repeat/", "202505.txt", DateTime.Now.ToString());
|
|
|
+ Ready("202505");
|
|
|
}
|
|
|
+ // check = function.ReadInstance("/LeaderComp/Repeat/202503.txt");
|
|
|
+ // if (string.IsNullOrEmpty(check))
|
|
|
+ // {
|
|
|
+ // function.WritePage("/LeaderComp/Repeat/", "202503.txt", DateTime.Now.ToString());
|
|
|
+ // Ready("202503");
|
|
|
+ // }
|
|
|
}
|
|
|
|
|
|
public void Ready(string curMonth)
|