Browse Source

检验条码漏了分组打印次数,补上

master
vaining01 1 year ago
parent
commit
ab91665ccc
  1. 2
      src/Shentun.Peis.Application/Reports/ConvertRpt/ConvertToReport.cs

2
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);
}

Loading…
Cancel
Save