From 8b2da98e3edf5ecfaec2ec374082b07a50b0fb5b Mon Sep 17 00:00:00 2001 From: lvzb <35200379@qq.com> Date: Wed, 22 Nov 2023 08:38:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BF=AE=E6=94=B9=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/WY.NewJit.Application/PrintTable/WaitPrintAppService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Modules/新版JIT或JIS系统服务端/src/WY.NewJit.Application/PrintTable/WaitPrintAppService.cs b/src/Modules/新版JIT或JIS系统服务端/src/WY.NewJit.Application/PrintTable/WaitPrintAppService.cs index 778ac40..942a7cd 100644 --- a/src/Modules/新版JIT或JIS系统服务端/src/WY.NewJit.Application/PrintTable/WaitPrintAppService.cs +++ b/src/Modules/新版JIT或JIS系统服务端/src/WY.NewJit.Application/PrintTable/WaitPrintAppService.cs @@ -799,6 +799,7 @@ namespace WY.NewJit.PrintTable { //报文解析时已经校验断号,打印前不用校验 List retLst = new List(); + return new ListResultDto(retLst); }