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