From 9d66ffc55b4ca5962b50e771339284b7e7d1a3aa Mon Sep 17 00:00:00 2001 From: 17351662861 Date: Tue, 20 May 2025 14:01:18 +0800 Subject: [PATCH] 123 --- .../ViewModels/PrintControlViewModel.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/RIZO_Application/Modules/RIZO_Application.Modules.ModuleName/ViewModels/PrintControlViewModel.cs b/RIZO_Application/Modules/RIZO_Application.Modules.ModuleName/ViewModels/PrintControlViewModel.cs index b52c146..1218ccf 100644 --- a/RIZO_Application/Modules/RIZO_Application.Modules.ModuleName/ViewModels/PrintControlViewModel.cs +++ b/RIZO_Application/Modules/RIZO_Application.Modules.ModuleName/ViewModels/PrintControlViewModel.cs @@ -114,8 +114,6 @@ namespace RIZO_Application.Modules.ModuleName.ViewModels var Intersect = printParameters.Where(x => subString.Contains(x.Key)).ToDictionary( x=>x.Key,x=>x.Value ); - _eventAggregator.GetEvent().Publish($"模板变量: {string.Join(", ", subString)}"); - _eventAggregator.GetEvent().Publish($"匹配的变量: {string.Join(", ", Intersect.Select(x => $"{x.Key}={x.Value}"))}"); // 执行打印 bool printSuccess = _printHelper.PrintLabel( templatePath: printDto.Path,