diff --git a/SocketExample/TCPWindowV2.xaml.cs b/SocketExample/TCPWindowV2.xaml.cs index 0380da8..04629a8 100644 --- a/SocketExample/TCPWindowV2.xaml.cs +++ b/SocketExample/TCPWindowV2.xaml.cs @@ -240,6 +240,7 @@ namespace SocketExample EnsureFolderExists($"日志文件夹/{year}/{Text}"); path = $"日志文件夹/{year}/{Text}/" + path; writeToTxt(path, $"EPC:{taglist[j].EPCstring}\nHEX:{EPCinfo}\nRSSI:{taglist[j].RSSI.ToString()} Count:{taglist[j].Count.ToString()} Time:{Timeinfo}\n____________________________"); + path = Text + ".txt"; //LogService.Instance.Debug(""); }