From ab91665ccca6c03772ac01769b6d5f6d5f69f2fd Mon Sep 17 00:00:00 2001 From: vaining01 <276653425@qq.com> Date: Sat, 30 Nov 2024 20:56:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E9=AA=8C=E6=9D=A1=E7=A0=81=E6=BC=8F?= =?UTF-8?q?=E4=BA=86=E5=88=86=E7=BB=84=E6=89=93=E5=8D=B0=E6=AC=A1=E6=95=B0?= =?UTF-8?q?=EF=BC=8C=E8=A1=A5=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Reports/ConvertRpt/ConvertToReport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shentun.Peis.Application/Reports/ConvertRpt/ConvertToReport.cs b/src/Shentun.Peis.Application/Reports/ConvertRpt/ConvertToReport.cs index eabb9ff..b682cdb 100644 --- a/src/Shentun.Peis.Application/Reports/ConvertRpt/ConvertToReport.cs +++ b/src/Shentun.Peis.Application/Reports/ConvertRpt/ConvertToReport.cs @@ -134,7 +134,7 @@ namespace Shentun.Peis.Reports.ConvertRpt departmentName = item.DepartmentName, sampleGroupName = item.SampleGroupName, mobileTelephone = item.MobileTelephone, - //samplePrintCount = item.samplePrintCount, + samplePrintCount = Convert.ToString(item.SamplePrintCount), }; testList.Add(req); }