diff --git a/Service/Execute/Step/StationReadyState.cs b/Service/Execute/Step/StationReadyState.cs index e0120f7..27bb850 100644 --- a/Service/Execute/Step/StationReadyState.cs +++ b/Service/Execute/Step/StationReadyState.cs @@ -385,9 +385,9 @@ public class StationReadyState : IState } Thread.Sleep(1000); - Task beginRead = RfidApi.BeginRead(); + Task beginReads = RfidApi.BeginRead(); beginRead.Wait(); - if (!beginRead.Result) + if (!beginReads.Result) { _log.Info("begin read rfid error"); }