Browse Source

Merge branch 'master' of http://10.2.1.24:10244/xxe/HKCard

Lishi
747575620@qq.com 2 years ago
parent
commit
ac79a00ce8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      HKCardOUT/ViewModels/RootViewModel.cs

+ 1
- 1
HKCardOUT/ViewModels/RootViewModel.cs View File

@@ -107,7 +107,7 @@ namespace HKCardOUT.ViewModels
}
else
{
var x = await UHF_RS485_Helper.GetInstance().ReadCard(01);
var x = await UHF_RS485_Helper.GetInstance().ReadCard(item.Address.AsInt());
if (x != null)
ReadFunc?.Invoke(x);
}


Loading…
Cancel
Save