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