wanghan il y a 3 mois
Parent
commit
ce9d5942f7

+ 1 - 0
LogForceTestApp.Modules.MainModule/ViewModels/MainPageViewModel.cs

@@ -1584,6 +1584,7 @@ namespace LogoForceTestApp.Modules.MainModule.ViewModels
 
                 int realityA = tcpNet.ReadInt(1028);
                 var allnumbers = _repository.GetFirstDefault<AllNumber>(c => c.DateA == DateTime.Today);
+                Thread.Sleep(500);
                 if (allnumbers != null)
                 {
                     allnumbers.RealityA = realityA;