Browse Source

序列化問題

master
xxe 2 years ago
parent
commit
2a6c31dd4d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      HKCardOUT/ViewModels/AdWindowViewModel.cs

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

@@ -116,7 +116,7 @@ namespace HKCardOUT.ViewModels
data.UserName = DataBus.UserListDto
.Where(t => t.Cards.Select(x => x.CardNum).Contains(data.CardNo))
.Select(x => x.Name).FirstOrDefault();
HKLog.HKLogImport.WriteInfo("取出刷卡信息" + data.ToJson());
HKLog.HKLogImport.WriteInfo("取出刷卡信息");
App.Current.Dispatcher.Invoke(() =>
{
if (LAdInfo.Info != null && !string.IsNullOrEmpty(LAdInfo.Info.UserName))


Loading…
Cancel
Save