|
@@ -60,17 +60,17 @@ public class PoiTiUtils {
|
|
|
map11.put("sampleQuantities", "");
|
|
|
map11.put("sampleManufacturer", "");
|
|
|
if (x == 0) {
|
|
|
- map11.put("sampleName", y.getSysOrgCode());
|
|
|
+ map11.put("sampleName", y.getSampleName());
|
|
|
map11.put("sampleNo", y.getSampleCode());
|
|
|
map11.put("sampleModelSpecification", y.getSampleModelSpecification());
|
|
|
map11.put("sampleQuantities", y.getSampleQuantities());
|
|
|
map11.put("sampleManufacturer", y.getSampleManufacturer());
|
|
|
|
|
|
}
|
|
|
- map11.put("testItems", y.getSysOrgCode());
|
|
|
- map11.put("standardRequirement", y.getSampleCode());
|
|
|
- map11.put("judgementBasis", y.getSampleModelSpecification());
|
|
|
- map11.put("remark", y.getSampleManufacturer());
|
|
|
+ map11.put("testItems", list.get(x).getTestItems());
|
|
|
+ map11.put("standardRequirement", list.get(x).getStandardRequirement());
|
|
|
+ map11.put("judgementBasis", list.get(x).getJudgementBasis());
|
|
|
+ map11.put("remark", list.get(x).getBeizhu());
|
|
|
g1maMapList.add(map11);
|
|
|
}
|
|
|
}
|