123
This commit is contained in:
@@ -114,8 +114,6 @@ namespace RIZO_Application.Modules.ModuleName.ViewModels
|
|||||||
var Intersect = printParameters.Where(x => subString.Contains(x.Key)).ToDictionary(
|
var Intersect = printParameters.Where(x => subString.Contains(x.Key)).ToDictionary(
|
||||||
x=>x.Key,x=>x.Value
|
x=>x.Key,x=>x.Value
|
||||||
);
|
);
|
||||||
_eventAggregator.GetEvent<SystemLogEvent>().Publish($"模板变量: {string.Join(", ", subString)}");
|
|
||||||
_eventAggregator.GetEvent<SystemLogEvent>().Publish($"匹配的变量: {string.Join(", ", Intersect.Select(x => $"{x.Key}={x.Value}"))}");
|
|
||||||
// 执行打印
|
// 执行打印
|
||||||
bool printSuccess = _printHelper.PrintLabel(
|
bool printSuccess = _printHelper.PrintLabel(
|
||||||
templatePath: printDto.Path,
|
templatePath: printDto.Path,
|
||||||
|
|||||||
Reference in New Issue
Block a user