浏览代码

重跑奖励

lcl 1 月之前
父节点
当前提交
9cbf77e1e3
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      AppStart/Helper/LeaderCompPrizeHelper.cs

+ 6 - 1
AppStart/Helper/LeaderCompPrizeHelper.cs

@@ -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)