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