Ver Fonte

修复每天凌晨保存头一天的创客关系数据

lcl há 11 meses atrás
pai
commit
108aac781c
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      AppStart/Helper/UpUserSaveService.cs

+ 1 - 0
AppStart/Helper/UpUserSaveService.cs

@@ -35,6 +35,7 @@ namespace MySystem
                         if (string.IsNullOrEmpty(flag))
                         {
                             function.WritePage("/UpUserSave/", doDate + ".txt", DateTime.Now.ToString("HH:mm:ss"));
+                            doSomething(doDate);
                         }
                     }
                 }