立航 饭 1 week ago
parent
commit
109639ae42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      4.Api/SMP.Api.Base/Controllers/TimeTask/FinanceTaskController.cs

+ 1 - 1
4.Api/SMP.Api.Base/Controllers/TimeTask/FinanceTaskController.cs

@@ -294,7 +294,7 @@ namespace SMP.Api.Base.Controllers.TimeTask
             var divf2 = html.SelectNodes(@"//article//table[2]/tbody/tr[1]/td[2]");
             string f2 = System.Text.RegularExpressions.Regex.Match(divf2.First().InnerText, @".*?(\d+\.\d+)%").Groups[1].Value;
 
-            /*同步SMP*/
+            /*同步SMP,第一个永远最新,我们仅考虑同步第一个*/
             if (!v[1412].Any(x => x.VersionDate == dateTime1))
             {
                 var cv = v[1412].OrderByDescending(x => x.VersionDate).FirstOrDefault();